/*CONTATO8*/

#contato{
	width:400px;
	height:auto;
	float:left;
	margin-left:30px;
}

#map{
	width:400px;
	height:auto;
	float:right;
	margin-top:20px;
	margin-right:30px;
}

#end{
	width:410px;
	height:auto;
	float:right;
	margin-right:30px;
	margin-top:15px;
	padding-top:12px;
	padding-bottom:20px;
	background:url(../images/contato.png) no-repeat;
}

#end p{
margin-bottom:7px; font-family:verdana; color:#000; font-size:12px;	
}

#end strong{
font-family:verdana; color:#000; font-size:12px; text-transform:uppercase;
}

.contatoinput{
	width:400px;
	height:15px;
	font-family:  Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:5px 0 10px 0;
	border: solid 1px #CCC;
}

.mensagem{
	width:400px;
	height:295px;
	font-family:  Verdana, Geneva, sans-serif;
	font-size:14px;
	border: solid 1px #CCC;
	margin-top:8px;
}

.line{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.texto{
	font-family:  Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

hr{
	color:#CCC;
}