#modalBG { 
	display: none; 
	position: absolute; 
	background: #000; 

	opacity: 0.8; 
	-moz-opacity: 0.8; 
	-khtml-opacity: 0.8; 
	filter: alpha(opacity=80); 

	width: 100%; 
	height: 200%; 
	top: 0; 
	left: 0; 

	z-index: 99; 
}

#modalBOX { 
	display: none; 
	position: absolute; 
	background: #ffffff; 
	color: #404040; 

	font-size: 10px; 
	text-align: center; 

width:307px;

	padding: 0px;
	border: 3px solid #ffffff; 

	top: 100px; 

	z-index: 100; 
}

.modalX { 
	font-size: 12px; 

	color: #000000; 

	padding: 0px; 

	background: #ffffff; 
}
