@charset "utf-8";
/* CSS Document */
#alertBG { 
	display: none;
	position: absolute;
	background: #000;
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}
#alertBOX {
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	filter: alpha(opacity=50);
	display: none;
	position: absolute;
	background:#FFF;
	color: #333;
	font-size: 1.2em;
	text-align: center;
	top: 38%;
	z-index: 100;
	line-height:14px;
}
.alertX {
	font-size: 12px;
	color: #ddd;
	padding: 4px 0;
	border-top: 1px solid #636D61;
	background: #778574;
}
#flag{/*Ajax text box */
	line-height:18px;
	vertical-align:middle;
}

