/* Fundo transparente */
#fade {
	background-color:#20558A;
	display:none;
	z-index:1000;
	filter:alpha(opacity = 40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;	
	position:fixed !important;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	border:none;
}

#box-alert {
	display:none;
	width:432px;
	top:30%;
	left:50%;
	margin-left:-216px;
	position:fixed !important;
	position:absolute;
	z-index:1001;
}

#box-alert-top {
	background:url(../js/validation/images/box_alert_top.png) no-repeat;
	width:432px;
	height:15px;
}

#box-alert-mid {
	background:url(../js/validation/images/box_alert_mid.png) repeat-y;
	width:388px;
	padding:4px 22px;
}

	.txt-alert {
		color:#20558A;
		font-size:13px;
		font-weight:bold;
		text-align:center;
		margin-bottom:10px;
	}
	
	.list-alert {
		margin:10px 0 10px 26px;
	}
	
	.list-alert li {
		color:#20558A;
		font-size:12px;
		line-height:15px;
		margin:3px 0;
	}

	.bt-fechar-alert {
		background:url(../js/validation/images/bt_fechar_alert.gif) no-repeat;
		display:block;
		margin:0 159px;
		text-indent:-9000px;
		width:70px;
		height:27px;
	}

#box-alert-bot {
	background:url(../js/validation/images/box_alert_bot.png) no-repeat;
	width:432px;
	height:15px;
}
