.divOk
{
    width:100%;
    border: 1px solid #009A52;
    background-color: #CCFFAE;
    padding:5px 0px;
	text-align:left;
    margin:10px 0px 10px 0px;
}

.imgOk
{
    width:37px;
	height:35px;
	padding:10px;
    background-image:url(../../images/icones/alertas/imgSucesso.png);
	background-position:center;
	background-repeat:no-repeat;
}

.divErro
{
    width:100%;
    border: 1px solid #ff0000;
    background-color: #FFC1C1;
    padding:5px 0px 5px 0px;
    font-size:11px;
    margin:10px 0px 10px 0px;
}

.imgErro
{
    width:37px;
    height:35px;
    padding:10px;
    background-image:url(../../images/icones/alertas/imgErro.png);
    background-position:center;
    background-repeat:no-repeat;
}

.divAlert
{
    width:100%;
	border: 1px solid #FFD000;
	background-color: #FFFFBC;
	padding:5px 0px 5px 0px;
	font-size:11px;
    margin:10px 0px 10px 0px;
}

.imgAlert
{
    width:37px;
    height:35px;
    padding:10px;
    background-image:url(../../images/icones/alertas/imgAlerta.png);
    background-position:center;
    background-repeat:no-repeat;
}

.conteudosDiv
{
    color:#000;
}

.conteudosDiv h3
{
    background-color:blue;
}