/* CSS FORMULRIO */

#formulario{
	width: 610px;
	float:left;

}
/*form {
	width: 250px;
}*/

#branco {
	background:  #FFFFFF;

}
form br {
	clear: both;
}
.foto_left {
	float: left;

}

label {
	display: block;
	line-height: 18px;
	margin-bottom: 10px;
	float: left;	
	padding-right: 11px;
	color:#000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.grind-e-1	{	width: 30px;}
.grind-e-2	{	width: 142px;}
.grind-e-3	{	width: 160px;}
.grind-1	{	width: 270px;}
.full 		{	width: 190px;}
.full2 		{	width: 97%;}
.full3 		{	width: 372px;}
.full4 		{	width: 150px;}
.full5 		{	width: 80px;}
.full6      {	width: 260px;}
.full7      {	width: 400px;}
.full8      {	width: 200px;}

.termo_compromisso{
	width:364px;
	height:100px;
	overflow-y:auto;
	border: 1px solid #A9A9A9;
	background-color: #fff;
	padding:14px;
}

.campo {
	display: block;
	width: 100%;
	border: 1px solid #A9A9A9;
	background-color: #fff;
	color:#333;
}

.campo:hover  {
	display: block;
	width: 100%;
	border: 1px solid #333;
	background-color: #FFE8F3;
}

.campo3 {
	width: 20px;
	color: #FFF;
	border: 1px solid #A9A9A9;
	background-color: #E8E8E8;
}

.botao{
	display: block;
	height: 25px;	
	font: bold 14px Arial, Helvetica, sans-serif;	
	
	letter-spacing:-1px;
	color: #FFF;	
	text-decoration: none;
	
	background: #CC0066;
	border: 1px solid #A40052;
	width: 100px;
	text-align: center;
	
	clear: both;
	
	margin-right: 20px;
	cursor:pointer;
}
.botao:hover{background:#7D003F;}
.botao2{
	display: block;
	height: 18px;	
	font: bold 11px Arial, Helvetica, sans-serif;	
	
	color: #FFF;	
	text-decoration: none;
	
	background: #CC0066;
	border: 1px solid #A40052;
	width: 60px;
	text-align: center;
	
	margin-top: 18px;
	
	clear: both;
}



#enviar .texto{
	float: left;
	color: #FFF;
	text-align: right;
	line-height: 18px;
	width: 65px;
}
#enviar .loading {
	background: url(imagens/loading.gif) 0px 12px no-repeat;
	width: 9px;
	height: 2px;
	display: block;
	margin-left: 5px;
}

.indent {text-indent:-9999!important;}
