@charset "UTF-8";
/* CSS Document */

.transBG{  
	left: 0px;
	top: 0px;
	position: absolute;
	display: none;
	background-color: black;  
	border:none;  
	z-index:19;
	opacity: 0.75;
	filter: alpha(opacity=75);  
}  

.popupContact{  
	position: absolute;
	display: none;
	height:500px;
	width:600px;  
	background:#FFFFFF; 
	z-index:20;  
	font-size:15px; 
}

.offer {
	height:400px; 
	width:550px;
	display:block;
	/*overflow:auto;*/
	margin-top: 15px;
	margin-left: 25px;
	padding-right: 15px;
}

.popupContactClose{  
left:25px;  
bottom:25px;  
position: absolute;
_position: absolute;  
display:block;
clear:both;
cursor:pointer;
cursor:hand;  
}  
