
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 900px;
	background-color:#fff;
	z-index:90;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 18%;
	left: 36%;
	
	width: 480px;
	height: 450px;
	
	
	/*background-image:url(../images/login-background.png);*/
	z-index:100;
	overflow: visible;
	
	padding:20px;
}

#box2{
	background-image:url(../images/enquiries-background.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:none;
	width: 460px;
	height: 440px;
	background-repeat:no-repeat;
	padding:20px 10px 0px 10px;
	margin:0;
	overflow: visible;
	opacity:0.5;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');*/
}
#box3{
	
background-color:white;
	width: 400px;
	height: 400px;


}



#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
	display:none;
}

#box #userForm{
	

width:300px;
margin-left:103px;

}


#box #userForm input{
margin-bottom:10px;	

opacity:1 !important;

	
}

#headenq{
margin-left:-30px;

}