#modalOverlay { 
	background-color:#000;
	cursor:wait;  
	filter: alpha(opacity=80); 
	height: 100%; 
} 

#modalContainer { 
	height:auto;   
	width:400px; 
	left:50%;  
	top:50%;   
	margin-left:-150px; 
	background-color:#fff; 
	border:3px solid #ccc; 
	padding: 10px; 
}  

#helper { 
	display: none;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: -10; 
}

.terms_box {
	
}

.terms_area {
	
}