.MyWINDOW_hidden
{
	display:none;
}

.MyWINDOW_open
{
	position:fixed;
	left:150px;
	top:50px;
	width:950px;
	height:600px;
	border:2px solid #000033;
	background:#DDEAFF;
}

.MyWINDOW_top
{
width:100%;
height:25px;
background:#DDEAFF;
}

.MyWINDOW_top_caption
{
	float:left;
	color:#000066;
	font-size:16px;
	font-weight:700;
	padding:4px;
}

.MyWINDOW_top_close_button
{
	float:right;
	color:#000066;
	font-size:16px;
	font-weight:700;
	padding:2px;
	cursor:pointer;
}

.MyWINDOW_frame
{
	width:948px;
	height:572px;
	border:none;
	margin-left:1px;
}