/* INFORMACAO */

.brzInfError {
	border: 1px solid #EBEBEB;
	background-image: url(css/alertas/error.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 11px 6px;
	font-size:14px;
	font-weight:normal;
	text-align: justify;
	/*width:510px;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:22px;
	margin-bottom:0px;
	font-family:'LetterGothicStdBold',Arial,Helvetica,sans-serif;
	color:#6E6E6E;
}

.brzInfDone {
	background-image: url("css/alertas/done.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #EBEBEB;
    color: #6E6E6E;
    font-family: 'LetterGothicStdBold',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 22px auto 0;
    padding: 8px 11px 6px;
    text-align: justify;
}

.brzInfWarning {
	border: 1px dotted #CC0;
	background-image: url(css/alertas/warning.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 11px 6px;
	font-size:14px;
	font-weight:normal;
	text-align: justify;
	/*width:510px;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:22px;
	margin-bottom:0px;
	font-family:'LetterGothicStdBold',Arial,Helvetica,sans-serif;
	color:#6E6E6E;
}

.brzInfInformation {
	border: 1px solid #EBEBEB;
	background-image: url(css/alertas/information.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 11px 6px;
	font-size:14px;
	font-weight:normal;
	text-align: justify;
	/*width:510px;*/
	margin-left:auto;
	margin-right:auto;
	font-family:'LetterGothicStdBold',Arial,Helvetica,sans-serif;
	color:#6E6E6E;
}
.dlHidden 
{
    display:none;
}
