@charset "utf-8";
/*== ESTILOS DOS FORMULARIOS PADRÃO CMS ==*/

#form { width:200px; vertical-align:text-bottom; text-align:left; float:none;}

.bot_fundo_form{
	width:60px;
	height:15px;
	background-color:#6e6f6f;
	border: 1px solid #aaaaaa;
	font-size:10px; 
	font-weight:none; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.bot_form {
	width:60px;
	height:15px;
	font-size:10px;
	font-weight: none;
	color:#ececec;
	text-decoration: none;
	vertical-align:middle;
	/*padding-top:3px;*/
	background-color:#6e6f6f;
}

.bot_form a{
	width:60px;
	height:15px;
	font-size:10px;
	font-weight: none;
	color:#ececec;
	text-decoration: none;
	vertical-align:middle;
	/*padding-top:3px;*/
	background-color:#6e6f6f;
}

.form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a2a2a2;
	text-decoration: none;
	padding-left:3px;
	font-weight:normal;
}

.form_nomes{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #a2a2a2;
	text-decoration: none;
	width:160px;
	/*font-weight:bold;*/
	/*background-color:#80b8e5;*/
	padding-right:5px;
}

.sucesso{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#009933;
	text-decoration: none;
	padding-bottom:10px;
	font-weight:bold;
}

.descricao{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #a2a2a2;
	text-decoration: none;
	padding-bottom:10px;
	font-weight:bold;
	/*text-align:center;*/
}

.form_rodape{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #a2a2a2;
	text-decoration: none;
	text-align:left;
}

/*Caixas de input*/
.estilos_caixas_grandes{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #a2a2a2;
text-decoration: none;
height:12px; 
border:1px solid #d1cece; 
padding-left:3px; 
width:200px; 
background-color:#f2f2f2;
}

.estilos_caixas_grandes_obrigatorio{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color:#FF0000;
text-decoration: none;
height:12px; 
border:1px solid #d1cece; 
padding-left:3px; 
width:200px; 
background-color:#f2f2f2;
}

/*Caixas de textarea*/
.estilos_caixa_mensagem{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #a2a2a2;
text-decoration: none;
border:1px solid #dddddd; 
padding-left:3px; 
width:200px; 
background-color:#eaeaea;
}

.estilos_caixa_mensagem_obrigatorio{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #FF0000;
text-decoration: none;
border:1px solid #dddddd; 
padding-left:3px; 
width:200px; 
background-color:#eaeaea;
}

.estilos_caixa_codigo{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #a2a2a2;
text-decoration: none;
height:12px; 
border:1px solid #d1cece; 
padding-left:3px; 
width:150px; 
background-color:#f2f2f2;
}

/*ESTILOS DOS FORMUL�RIOS*/