* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.contatos {
	width: 100%;
	float: left;
}

.contatos .dado {
	float: left;
	font-family: Arial;
}

.contatos .dado hr {
	background-color: #BFCED4;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 599px;
}

.contatos .dado .conteudo .l {
	font-weight: bold;
	color: #39687B;
	margin-left: 20px;
	margin-bottom: 15px;
	width: 80px;
	float: left;
}

.contatos .dado .conteudo .c {
	background: transparent url('../i/fundoBtn.jpg') repeat-x scroll top center;
	background-color: #fff;	
	margin-left: 10px;
	width: 250px;
	float: left;
	border: 1.5px solid #989898;	
}

.btnE {
	float: left;
	background: transparent url('../i/btnLE.gif') no-repeat;
	height: 27px;
	display: inline;
	padding-left: 7px;
	margin-left: 205px;
}

.btnE input {
	background: transparent url('../i/btnLC.png') repeat-x;
	line-height: 27px;
	height: 27px;
	display: block;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	border: none;
	cursor: pointer;
	float: left;
	width: 50px;
}

.btnE span {
	float: left;
	background: transparent url('../i/btnLD.gif') no-repeat;
	padding-right: 7px;
	height: 27px;
	display: block;
}

.err { margin: 15px 0 15px 0; border: 1px solid #FFD5AF; }
.err h4 { font-size: 1em; color: #000; padding: 3px; background-color: #FFD5AF; font-weight: bold; }
.err ul { list-style: square; list-style-position: inside; margin: 5px 5px 0 10px; }
.err li { font-size: 1em; margin-bottom: 5px; color: #333; }