div.barra_top {
    float: left;
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #EEEEEE;
    margin-bottom: 40px;
}
h1
{
    margin-bottom: 60px;
}
div.col1
{
	float: left;
	position: relative;
	width: 370px;
	padding-left: 20px;
}
div.form
{
	float: left;
	position: relative;
	width: 100%;
}
div.form div.linha
{
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 7px;
}

div.form div.linha.input_text
{
	height: 30px;
	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: 58px;
        padding-left: 7px;
	padding-top: 6px;
	text-align: left;
	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: 20px;
	background: transparent;
	width: 273px;
}
div.form div.linha.textarea label
{
	float: left;
	position: relative;
	width: 338px;
        padding-left: 7px;
	height: 32px;
	padding-top: 6px;
	text-align: left;
	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: 345px;
	height: 105px;
	margin: 0 10px;
	background: transparent;
}
div.form div.linha.buttons input
{	
	width: 80px;
	height: 30px;
	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: repeat-x;
}
/*********************************************************************************/
div.col2
{
	float: right;
	position: relative;
        width: 404px;
        padding-right: 20px;
        text-align: center;
        font-size: 14px;
        color: #999999;
        line-height: 20px;
}

div.col2 div.mapa 
{
/*	border-width: 3px;
        border-style: solid;
        border-color: #FFF;*/
}