div, p, ul, li, frame{
margin:0px;
padding:0px;
}
img{
border:0;
}

.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
{
   display: none;
   width: 500px;
   height: 400px;
   background-color: #fff;
   z-index: 3000;
   position: absolute;
}

#overlaybox
{
 width: 760px;
 height: 420px;
 background: #fff;	
}

*+html #overlaybox
{
 height: 400px;
}

* html #overlaybox
{
 height: 400px;
}

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

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