/* P C D T R */
@import "php/css.php";
/* font-size in pts */
#next_text {
	font-family:GothaM40, verdana, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #5d6266;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
}
.bgCover { background:#005188; position:absolute; left:0; top:0; display:none; overflow:hidden; z-index:6000; }
.overlayBox {
	border:5px solid #023960;
	position:absolute;
	display:none;
	width:380px;
	background:#dee8f1;
	z-index:7000;
}
.overlayContent {
	padding:10px;
	z-index:8000;
	background:#dee8f1;

}
label.error {
	color:#900;
	font-weight:bold;
}