div.sombra
{
	float: left;
	position: relative;
	width: 960px;
	padding-bottom: 15px;
	background-image: url(../../../images/modules/contato/sombra_content.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
div.content
{
	float: left;
	position: relative;
	width: 930px;
	padding: 15px;
	padding-bottom: 50px;
	background-color: #FFF;
}

div.hr
{
	float: left;
	position: relative;
	width: 100%;
	height: 4px;
	padding-top: 14px;
	padding-bottom: 18px;
	margin-bottom: 5px;
	background-image: url(../../../images/modules/contato/sombra_hr.png);
	background-position: left center;
	background-repeat: no-repeat;
}
div.col1
{
	float: left;
	position: relative;
	width: 401px;
	padding-left: 50px;
	padding-right: 30px;
}
div.form
{
	float: left;
	position: relative;
	width: 401px;
}
div.form div.linha
{
	float: left;
	position: relative;
	width: 401px;
	margin-bottom: 7px;
}

div.form div.linha.input_text
{
	height: 31px;
	background-image: url(../../../images/modules/contato/bg_input_text.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div.form div.linha.input_text label
{
	float: left;
	position: relative;
	width: 65px;
	padding-top: 6px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
}
div.form div.linha.input_text input
{
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	margin-top: 7px;
	margin-left: 7px;
	background: transparent;
	width: 322px;
}
div.form div.linha.textarea label
{
	float: left;
	position: relative;
	width: 100%;
	height: 26px;
	padding-top: 6px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
}
div.form div.linha.textarea
{
	height: 151px;
	background-image: url(../../../images/modules/contato/bg_textarea.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div.form div.linha.textarea textarea
{
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 381px;
	height: 111px;
	margin: 0 10px;
	background: transparent;
}
div.form div.linha.buttons input
{
	/*float: left;
	position: relative;*/
	width: 88px;
	height: 31px;
	margin: 0;
	padding: 0;
	border: none;
	color: #FFF;
	font-weight: 700;
	background-image: url(../../../images/modules/contato/bg_input_submit.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/*********************************************************************************/
div.col2
{
	float: left;
	position: relative;
}

div.col2 div.mapa 
{
	border-width: 2px;
	border-style: solid;
	border-color: #FFC789;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 200;
	padding-bottom: 15px;
}