/* ---------------------- */
/* FORMULARIOS DO EASYWEB */

.table_form_manager{width:280px; border:0px; margin:0px;}

.cmsform_td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #bad405;
text-decoration: none;
padding:5px;
text-align:right;
}

/*.captcha_easyweb{}*/

.cmsform_td_captcha_field_title {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #bad405;
text-decoration: none;
padding:5px;
}

.cmsform_td_cabecalho {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
/*color: #eee;*/
text-decoration: none;
padding:5px;
}

.cmsform_td_rodape {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #fff;
text-decoration: none;
padding:5px;
}

.cmsform_th_separador {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
letter-spacing:1px;
color: #666666;
text-decoration: none;
padding:5px;
text-align:left;
background-color:#eeeeee;
}

.cmsform_th {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
background-color:#357fc0;
text-decoration: none;
padding-left: 10px;
margin: 5px;
}

.cmsform_text_input {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #fff;
text-decoration: none;
height: 12px; 
border: 2px solid #999; 
padding-left: 3px; 
width: 205px; 
background-color:#999;
/*margin-top:5px;*/
margin-left:5px;
/*-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0 0 5px #ddd;
-webkit-box-shadow: inset 0 0 5px#ddd;
box-shadow: inner 0 0 5px #ddd;*/
}

.cmsform_text_input:focus {border: 2px solid #bad405;}

.cmsform_text_area {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #fff;
text-decoration: none;
border: 2px solid #999; 
padding-left:3px; 
width: 205px;
height:75px; 
background-color: #999;
/*scrollbar-face-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-arrow-color: #000000;*/
/*margin-top:5px;*/
margin-left:5px;
/*-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0 0 5px #ddd;
-webkit-box-shadow: inset 0 0 5px#ddd;
box-shadow: inner 0 0 5px #ddd;*/
}

.cmsform_text_area:focus {border: 2px solid #bad405;}

.cmsform_captcha_text_input {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #fff;
text-decoration: none;
height: 12px; 
border: 2px solid #999;  
padding-left: 3px; 
width: 180px;
background-color: #999;
margin-top:5px;
margin-left:5px;
/*-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0 0 5px #ddd;
-webkit-box-shadow: inset 0 0 5px#ddd;
box-shadow: inner 0 0 5px #ddd;*/
}

.cmsform_captcha_text_input:focus {border: 2px solid #bad405;}

.cmsform_button {
border: 1px solid #ddd;
background: #357fc0;
color: #ffffff;
font-weight: bold;

/* Round corners */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;s
border-radius: 5px;
}

/*.cmsform_bt_enviar{ padding-top:5px;float:right;background-image:url(imgs/botao_produtos.png); background-repeat:no-repeat; width:70px; height:25px; text-align:center; margin-left:10px; margin-right:5px;}*/
.cmsform_bt_enviar{ padding-top:5px;float:right;margin-left:10px; margin-right:5px;}
.cmsform_bt_enviar a{font-family:Arial, Helvetica, sans-serif; font-size:11px; letter-spacing:1px;color:#000;border:1px solid #bad405; background-color:#bad405; padding:5px;font-weight:bold; text-decoration:none;}
.cmsform_bt_enviar a:hover{font-family:Arial, Helvetica, sans-serif; font-size:11px; letter-spacing:1px;color:#000;border:1px solid #bad405; background-color:#bad405; padding:5px;font-weight:bold; text-decoration:underline;}

/*.cmsform_bt_limpar{padding-top:5px;float:right;background-image:url(imgs/botao_produtos.png); background-repeat:no-repeat; width:70px; height:25px; text-align:center;margin-left:10px; *margin-top:-14px;}*/
.cmsform_bt_limpar{padding-top:5px;float:right;margin-left:10px;*margin-top:-14px;}
.cmsform_bt_limpar a{font-family:Arial, Helvetica, sans-serif; font-size:11px; letter-spacing:1px;color:#000;border:1px solid #bad405; background-color:#bad405; padding:5px;font-weight:bold; text-decoration:none;}
.cmsform_bt_limpar a:hover{font-family:Arial, Helvetica, sans-serif; font-size:11px; letter-spacing:1px;color:#000;border:1px solid #bad405; background-color:#bad405; padding:5px;font-weight:bold; text-decoration:underline;}

