@import url(global.css);

#conteudo h3 {
	font-size:14px;
	margin-bottom:10px;
}
#conteudo div.formulario {
	float:left;
	width:305px;
}
#ContatoIndexForm div label {
	color:#71797F;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
}
#ContatoIndexForm div.select select, #ContatoIndexForm div.text input, #ContatoIndexForm div.textarea textarea {
	border:1px solid #C4C4C4;
	color:#666666;
	font:11px Arial,Helvetica,sans-serif;
	margin-bottom:10px;
	padding:8px 6px;
	width:291px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#ContatoIndexForm div.select select:focus, #ContatoIndexForm div.text input:focus, #ContatoIndexForm div.textarea textarea:focus {
	border:2px solid #C4C4C4;
	margin-left:-2px;
	margin-top:-2px;
}
#ContatoIndexForm div.textarea textarea:focus {
	border:2px solid #C4C4C4;
	margin-left:-1px;
	margin-top:-1px;
}
#ContatoIndexForm div.select select {
	width:305px;
}

#ContatoIndexForm div.ddd {
float:left;
}
#ContatoIndexForm div.text input#ContatoDdd {
	margin-right:6px;
	text-align:center;
	width:30px;
}
#ContatoIndexForm div.text input#ContatoTelefone {
	width:135px;
}
#ContatoIndexForm span.ps {
	float:left;
}
#ContatoIndexForm div.submit {
	float:right;
}
#ContatoIndexForm div.submit input {
	background: transparent url(../img/globBtnEnviar.jpg) no-repeat;
	border: 0;
	content: '';
	cursor: pointer;
	display: block;
	height: 25px;
	*padding-top: 25px;
	overflow: hidden;
	text-align: left;
	text-indent:-5000px;
	width:90px;
}
#enderecos,
#telefones {
	float:left;
	margin-left:25px;
	width:270px;
}
#enderecos address {
	border-bottom:1px solid #CCCCCC;
	font-style:normal;
	margin-bottom:20px;
	margin-top:18px;
	padding-bottom:20px;
}
#enderecos address span,
#telefones span {
	color:#71797F;
	display:block;
	font-size:14px;
}
#enderecos address span a {
	color:#71797F;
}
#enderecos h3 {
	clear:both;
	margin-bottom:0;
}



#conteudo ul.unidades{
	width:265px;
	float:right;
}


#conteudo ul.unidades li{
	margin-bottom: 15px;
	float:right;
}
#conteudo ul.unidades li h3{
	font-size:12px;
	border-bottom: 1px solid #ccc;
	margin-bottom:5px;
}
#conteudo ul.unidades li div.endereco{
	
	float:left;
	margin-bottom: 10px;
}
#conteudo ul.unidades li div.endereco p{
	font-size:12px;
}
#conteudo ul.unidades li div.endereco p a{
	font-size:12px;
	color:#666;
}
