div.fw {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}

.fwIframe{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	border:none;
	visibility:hidden;
}

div.fw_sub_div{
	position:fixed;
	background:#808080;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:1000;
	opacity: .75;
	* filter: alpha(opacity=75);
	* position:absolute;
}

div.fw_main_div{
	position:fixed;
	background-color:white;
	width:100px;
	height:100px;
	left:50%;
	top:50%;
	/* margin: -50px 0 0 -50px; */
	text-align:left;
	font-size:10px;
	color:black;
	* position:absolute;
}

div.fw_title_div {
	background-color:black;
	color:white;
	height:20px;
	font-weight:bold;
	font-size:10px;
}
div.fw_title_div div.fw_title_content {
	padding:6px 0 0 20px;
}

div.fw_content_div{
	height:50px;
	overflow:auto;
}
div.fw_content{
	padding:20px;
}

div.fw_footer_div {
	background-color:#E0E0E0;
	color:black;
	height:40px;
	font-size:10px;
}
div.fw_footer_div div.fw_footer_content {
	padding:6px 0 0 0;
	text-align:center;
	overflow:hidden; 
}

.fwButton {
	margin: 0px 5px 0px 5px;
}

.fwCloseBut, .fwCloseBut_on {
	position:absolute; 
	overflow:hidden; 
	cursor:pointer; 
	width:14px; 
	height:14px;
	padding:0; 
	margin:0;
}
