/* CSS Document - Contato */

#coluna_direita #bloco1 {
	display: inline-block;
	*float: left;
	width: 300px;
	height: auto;
	vertical-align: top;
}

#coluna_direita #bloco2 {
	display: inline-block;
	*float: left;
	margin-left: 40px;
	width: 335px;
	height: auto;
	vertical-align: top;
}

#bloco1 #titulo, #bloco2 #titulo {
	font-size: 36px;
	color: #7bba1a;
}

#bloco1 #texto, #bloco2 #texto {
	display: block;
	width: 100%;
	min-height: 1px;
	margin-bottom: 10px;
	text-align: justify;
}

#texto .verde {
	color: #7bba1a;
}

#bloco1 #formulario {
	display:block;
	height:auto;
	padding-top:10px;
	width:auto;
}

#formulario #linha_formulario {
	background: url(../img/campo_contato.jpg) left top no-repeat;
	display: block;
	width: auto;
	min-height: 30px;
	margin-bottom: 1px;
	*margin-bottom: 0px;
}

#formulario #linha_formulario_msg {
	background:#FFFFFF url(../img/textarea_contato.jpg) no-repeat scroll left top;
	display:block;
	height:97px;
	margin-bottom:1px;
	*margin-bottom: 0px;
	width:258px;
}

#formulario #botoes {
	display:block;
	height:30px;
	margin-top:4px;
	text-align:right;
	width:257px;
}

#bloco2 #ampliar {
	color:#7AB51F;
	display:block;
	font-size:10px;
	font-weight:bold;
	margin-top:3px;
	*margin-top:1px;
	text-align:right;
	width:326px;
}

/* Classes */
.campo {
	height:24px;
	padding-left:5px;
	padding-right:5px;
	padding-top:6px;
	width:248px;
	border: none;
	padding-top: 8px;
	color: #7ab51f;
	font-size: 14px;
	background: transparent;
}

.mensagem {
	display:block;
	padding-left:5px;
	padding-right:5px;
	padding-top:6px;
	width:248px;
	height: 89px;
	border: none;
	padding-top: 8px;
	overflow: auto;
	font-family: "tahoma", Helvetica, sans-serif;
	color: #7ab51f;
	font-size: 14px;
	background: transparent;
}

.botao_limpar {
	border: none;
	width: 70px;
	height: 30px;
	color: #FFFFFF;
	background: url(../img/botao_limpar.jpg) left top repeat-x;
	cursor: pointer;
}

.botao_enviar {
	border: none;
	width: 70px;
	height: 30px;
	color: #FFFFFF;
	background: url(../img/botao_enviar.jpg) left top repeat-x;
	cursor: pointer;
}