@charset "iso-8859-1";
/* CSS Document */

.erro{
	background:url(../img/legenda_erro.gif) no-repeat right;
	width:298px;
}
.certo{
	background:url(../img/legenda_ok.gif) no-repeat right;
	width:298px;
}
.erroCidade{
	background:url(../img/legenda_erro.gif) no-repeat right;
	width:221px;
}
.certoCidade{
	background:url(../img/legenda_ok.gif) no-repeat right;
	width:221px;
}
.erroCEP{
	background:url(../img/legenda_erro.gif) no-repeat right;
	width:180px;
	margin-right:5px;
}
.certoCEP{
	background:url(../img/legenda_ok.gif) no-repeat right;
	width:180px;
	margin-right:5px;
}
.erroInfo{
	background:url(../img/legenda_erro.gif) no-repeat bottom right;
	width:376px;
	height:60px;
}
.certoInfo{
	background:url(../img/legenda_ok.gif) no-repeat bottom right;
	width:376px;
	height:60px;
}

