#blanket {
	position				:fixed; 
	top					:0px; 
	left					:0px; 
	width					:100%; 
	height				:100%;
	display				:none;
	background-color	:#4C4646;
	z-index				:1;
	opacity				:0.7;
	-ms-opacity       :0.7; 
	filter            : alpha(opacity=70);
}
* HTML #blanket{
	position:absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#form_container {
	position	:absolute;
	top		:0px;
	left		:0px;
	display	:none;
	z-index	:100;
	padding	:0px;
	margin	:0px;
	width		:99%;
	
}
html>body #form_container{
	left:auto;
}

#pform {
	font-family	:Verdana, Arial, Helvetica, sans-serif;
	font-size	:10px;
	font-style	:normal;
	line-height	:14px;
	font-weight	:bold;
	font-variant:normal;
}

.wh {
	color:white;
}

#imf{
	background: url('images/backgroundr.gif') no-repeat center center;
	/*opacity				:0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=90);*/
	color:black;
	width:454px;
	height:361px;
}
