.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: 1000;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
	position: absolute;
}

.overlaycontents
{
   display: none;
   width: auto;
   height: auto;
   position: absolute;
   border: 10px solid #b1b1b1;
   z-index: 13000;
   background: #fff;
}

#overlayiframe
{
 width: auto;
 height: auto;
 background: #fff;
 overflow: auto;
 padding: 10px;
}

#overlaybox{overflow: auto; padding: 15px;}
.overlaycontents .closepanel{background-color: #fff; padding:10px 0 10px 0; border-bottom: 1px solid #cccccc;}
.overlaycontents .closepanel p{text-align: right; padding-right: 15px;}
.overlaycontents .closepanel p span{vertical-align: top; padding-right: 5px;}
.overlaycontents .closepanel p a{color: #000; text-decoration: underline;}
a.handpointer{cursor:pointer;}
a.handpointer:hover{background-color:#ffe533;cursor:pointer;}