.select-free
{
position:absolute;
z-index:10;
#overflow:hidden;/*must have*/
width:226px;/*must have for any value*/;

}
.select-free iframe
{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
#position:absolute;/*must have*/
#top:0;/*must have*/
#left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
#width:900px;/*must have for any big value*/
#height:900px/*must have for any big value*/;
} 

.black_overlay{
	display: none;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 2000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	position: absolute;
}

.overlaycontents,
#widgetonLoad
{
   display: none;
   width: 500px;
   height: 400px;
   background-color: #fff;
   z-index: 3000;
   position: absolute;
}

#widgetonLoad
{
 padding: 10px;	
 height: auto;
}

#overlayiframe
{
 width: 760px;
 height: 470px;
 background: #fff;	
}

*+html #overlayiframe
{
 height: 445px;
}

* html #overlayiframe
{
 height: 445px;
}

#closeimg
{
 position: absolute;
 margin: 40px 0 0 700px;
}

#widgetoverlayclose
{
 margin: -10px -12px 0 0;
 _margin: -10px -6px 0 0;
 float: right;
 position:relative;
}

.more{
font-family:verdana;
font-size:11px;
color:#0099ff;
padding:3px 0 0 0;}
}
