/*seletores de sessão*/
.erro_atributo{
	font-size:9pt;
	color: red;
	clear: both;
}

#flashMessage{
	line-height:16px;
	padding-bottom:10px;
	padding-top: 10px;
	padding-left: 40px;
}

.message{
	background: #FFFF66 url(../img/icons/attention.png) no-repeat 10px center;
	border:1px solid #C18800;
	color:#505050;
}

.erro{
    background: #FFA4AA url(../img/icons/negative.png) no-repeat 10px center;
	border:1px solid #800000;
	color:#505050;
}

.sucesso{
    background: #C8FFA4 url(../img/icons/positive.png) no-repeat 10px center;
	border:1px solid #348300;
	color:#505050;
}

.atencao{
	background: #FFFF66 url(../img/icons/attention.png) no-repeat 10px center;
	border:1px solid #C18800;
	color:#505050;
}
/*fim seletores de sessão*/
