/**
 * @author F.biz - http://www.fbiz.com.br/
 */

/*************** File loaded successfully: "seda.forms.css" / "global" ***************/

/*
 * Formulários
 */

 /*
  * Cadastro
  */
 
 .left{ float:left }
 .right{ float:right }
 #preench-automatico-feedback{display:none}
 p.message{ font-size:11px }
 div.errorMessage{ text-align:center; display:none; clear:both }
 div.sidebar h3.dinneuzeitgrotesk strong{ font-size:19px }
 div.cadastro p.dinneuzeitgrotesk{ font-weight:bold }
 input.text {
 	border:1px solid #4e4d4d;
	background-color:#4e4d4d;
	text-transform:uppercase;
	padding:1px;
	margin:0 4px;
	width:392px;
	color:#fff
 }
 
 input.radio{ margin-right:10px }
 input.checkbox{ position:relative; top:2px }
 
 fieldset input.ddd{ width:40px }
 fieldset input.cep{ width:173px}
 fieldset input.endereco,
 fieldset input.cpf{ width:406px }
 fieldset input.email{ width:430px }
 fieldset input.numero{ width:57px }
 fieldset input.complemento{ width:385px }
 fieldset input.bairro{ width:285px }
 fieldset input.senha{ width:268px }
 fieldset input.confirma-senha{ width:208px } 
 fieldset input.sufixo{ width:142px	}
 fieldset input.cidade{ width:203px }
 
 .tabs input.cpf{ width:198px }
 .tabs input.senha{ width:182px }
 .tabs ul li a.dinneuzeitgrotesk{ font-size:15px; padding:5px 29px 5px 41px }
 
 em{ font-style:normal; font-size:11px }
 em.obrigatorios{ margin-top:10px; float:left; margin-bottom:10px }
 fieldset em{ position:relative; top:-8px; text-align:left }
 fieldset em.destaque{ color: #a74996 }
 
 
 fieldset input.text.error{ border:1px solid #a74996 ; background:#A74996 }
 fieldset.box h4{ font-size:20px }
 fieldset select{ height:20px; width:68px; border:none;margin-right:4px }
 fieldset select.estado{ width:155px }
 fieldset select.cidade{ width:140px }
 
 fieldset label{
 	padding-right:4px;
	font-weight:bold	
 }
 
 label.aceito{ font-size:11px; margin-left:5px; display:inline-block }
 
 fieldset p{
 	margin:10px 0 4px;	
	width:100%;
	text-align:right
 }
 fieldset p.endereco{ margin-top:0 }
 fieldset p.terms{ margin-top:30px }
 fieldset p.terms,
 fieldset p.senha,
 fieldset p.localizacao{ text-align:left }
 
 button.cadastrar, button.salvar{
 	float:right;
	margin-top:10px	
 }
 
 button.cadastrar{ width:112px }
 
 button.entrar{ margin-right:4px; margin-top:8px}
