/* CSS Document */

.box_contato{
	margin: 5px 0px 0px 10px;
	font-size:12px;
	color:#3D7712;
	width:660px;
	padding:0 0 0 10px;
}

#form1{
	width:304px;
	float:left;
}
label{
	display:block;
	float:left;
	margin-top:5px;
	  
}

input {
	display:block;
	float:left;
	margin-right:5px;
	height:22px;
	border:#ABADB3 solid 1px;
}

input.medio, textarea.medio{
	width:226px;
}


input.pequeno{
	width:46px;
}

.grande{
	width:226px;
	height:80px;
	border:#ABADB3 solid 1px;
	margin:0px;
}
input#enviar{
	background-image: url(../assets/bg_btn_contato.gif); 
	color:#000; 
	border:solid #ABADB3 1px; 
	margin-top:15px;
	background-repeat:repeat-x;
}
input#limpar{background-image: url(../assets/bg_botao.jpg); color:#000; border:solid #ABADB3 1px; margin-top:15px;}

.endereco_contato{
	width:304px;
	height:392px;
	float:right;
	color:#000;
	text-align:right;
}

.endereco_contato a img{
	border:8px solid #DFE4CD;
}
