#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0; 
background:#000000;  
border:1px solid #cecece;  
z-index:1040;  

}  
#popupContact{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:540px; 
width:900px;  
background:#ffffff;  
border:2px solid #cecece;  
z-index:2;  
font-size:13px;  
overflow:auto;
bottom:10px;
padding:10px;
}  
#popupContact h1{  
text-align:left;  
color:#6FA5FD;  
font-size:22px;  
font-weight:bold;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:20px;  
}  
#popupContact textarea{width:90%;height:100px;}
#popupContactClose{  
font-size:14px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:#6fa5fd;  
font-weight:bold;  
width:16px;
cursor:pointer;
display:block;  
background:url(../images/cross.png.html)
} 
.wrapper{
	margin:0;
	background:#FFFFCC;
	
	
	}
.boxview {
	height: 460px;overflow: ;padding: 5px;
	background:#ffffff;
}	