/** BASIC */




/*overlay css*/

.black_overlay {
 DISPLAY: none; Z-INDEX: 1001; FILTER: alpha(opacity=80); LEFT: 0%; WIDTH: 100%; POSITION: absolute; TOP: 0%; HEIGHT:1300px; overflow:auto; BACKGROUND-COLOR:#ffffff; moz-opacity: 0.8; opacity: .80
}


.white_content {
 PADDING-RIGHT: 16px; BORDER: #FDB166 10px solid; DISPLAY: none; PADDING-LEFT: 16px; Z-INDEX: 1002; LEFT: 30%; PADDING-BOTTOM: 20px; OVERFLOW: auto; WIDTH: 40%; height:auto; PADDING-TOP: 10px; POSITION: fixed; TOP: 20%; BACKGROUND-COLOR: white; clear:both;
}
/*
.black_overlay {
	DISPLAY: none; 
	Z-INDEX: 1001; 
	FILTER: alpha(opacity=80); 
	LEFT: 0%;
	_LEFT: 10%; 
	WIDTH: 100%; 
	POSITION: absolute; 
	TOP: 0%; 
	HEIGHT:1024px; 
	overflow:auto; 
	BACKGROUND-COLOR:#ffffff; 
	moz-opacity: 0.8; 
	opacity: .80
}


.white_content {
	DISPLAY: none; 
	Z-INDEX: 1002; 
	LEFT: 30%; 
	POSITION: absolute;
	width:610px; 
	TOP: 20%;
	BACKGROUND-COLOR: white; 
	clear:both;
}
.white_content10 {
	DISPLAY: none; 
	Z-INDEX: 1002; 
	LEFT: 30%; 
	POSITION: absolute;
	width:610px; 
	TOP: 10%;
	BACKGROUND-COLOR: white; 
	clear:both;
}
*/
.redmessage{
font-weight:bold; font-size:1.4em; color:red; text-align:center;
}