.errBorda
{
	
	border-left: solid 1px #60C659;
	border-right: solid 1px #60C659;
	border-bottom: solid 1px #60C659;

}
.errTopo
{
	float: left;
	background-image: url(/images/formularios/msgerro/exc/topo.gif);
	width: 350px;
	height: 40px;
}
.errBtn
{
	float: left;
	background-image: url(/images/formularios/msgerro/exc/ok.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 345px;
	height: 19px;
	text-align: center;
	margin: 30px 0px 5px 0px;
}

.confBtnS
{
	float: left;
	background-image: url(/images/formularios/msgerro/exc/sim.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 19px;
	margin: 0px 0px 0px 50px;
	cursor: pointer;
	display:inline;
}
.confBtnN
{
	float: left;
	background-image: url(/images/formularios/msgerro/exc/nao.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 19px;
	margin: 0px 0px 0px 110px;
	cursor: pointer;
	display:inline;
}