@charset "utf-8";
#formulario fieldset{
	padding-left: 0px;
	border: 0px;
	width: 100%;
    font: 75%/120% Verdana, Arial, Helvetica, sans-serif;
}
/* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
html>body #formulario input{
	margin-bottom: 0px;
}
.box_1_coluna {
	left:0px; width:96%; float: left;
}
.box_2_coluna {
	left:0px; width:50%; float: left;
}
.box_3_coluna {
	left:0px; width:33%; float: left;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.textarea_form {
	background-color: #e0e0e0;
	border: 1px groove;
	margin: 4px 0px 0px 0px;
}
.text_form {
	background-color: #e0e0e0;
	border: 1px groove;
	margin: 4px 0px 0px 0px;
}
.select_form {
	background-color: #e0e0e0; 
	margin: 4px 0px 0px 0px;
}
.label_form {
	display: block;
	width: 100px;
	float: left;
	color: #666;
	border-bottom: 1px groove #fb6854;
	margin: 4px 0px 0px 0px;
}

.label_form_bold {
	display: block;
	width: 100px;
	float: left;
	color: #666;
	font-weight:bold;
	border-bottom: 1px solid #fb6854;
	margin: 4px 0px 0px 0px;
}
.texto_form {
	display: block;
	float: left;
	color: #666;
	border: 0px;
	margin: 0px 0px 0px 90px;
}

.submit_form, .reset_form {
	background:#cd2912 url(../imagens_comuns/button_bg.jpg) repeat-x;
	padding:1px 10px 1px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #fb6854;
	font-size:90%;
	line-height:140%;	
}

.submit_form:hover, .reset_form:hover {
	background:#375060 url(../imagens_comuns/button_bg_o.jpg) repeat-x;
	border-color:#fb6854;
}

.form_radio {
	font-size: 9px;
}
