@charset "utf-8";

/** ******************************************************************
 * Interna
 * *******************************************************************/
 
 .box_corpo{
	display: block;
	float: left;
	width: 880px;
	height: 680px;
 	background: url(../../_includes/imagens/bgs/bg_contato_isis.jpg) no-repeat;
	background-position: top left;
	margin: 0 0 0 30px;
 }
 
 .box_corpo .box_titulo{
 	display: block;
	float: left;
	width: 631px;
	height: 89px;
 	background: url(../../_includes/imagens/bgs/bg_contato_titulo.jpg) no-repeat;
	background-position: top left;
	margin: 0 0 0 250px;
 }
 .box_corpo .box_titulo .titulo_box{ 
 	text-align: center;
	margin: 26px 0 0 0;
	color: #450324;
	font-size: 13px;
	font-weight: bold;
 } 
 .box_corpo .box_formulario{
 	display: block;
	float: left;
	width: 421px;
	height: 290px;
	background-position: top left;
	margin: 30px 0 0 360px;
  }
 .box_corpo .box_formulario input, select, textarea { background: #E2C5C7; border: 1px solid #E2C5C7; color: #A80859; }
 .box_corpo .box_formulario .botao { background: url(../../_includes/imagens/bts/bt_enviar.jpg) no-repeat; border: 0px; height: 28px; width: 80px; margin: 0 2px 0 0; }
 .box_corpo .box_formulario .titulo{ 
 	text-align: right;
	margin-right: 4px;
	color: #450324;
	font-size: 14px;
 }
 .box_corpo .box_endereco{
    display: block;
	float: left;
	width: 250px;
	height: 110px;
	background-position: top left;
	margin: 0 0 0 458px;
	color: #450324;
	font-size: 13px;
	padding-left: 10px;
	border-left: 2px dotted #E5C5CB;
 }
