@charset "utf-8";

/*
		#header { text-align:center; border-bottom:solid 1px #b2b3b5; margin: 0 0 20px 0; }
*/
        fieldset {border: solid 1px #8AABC6; background-color: #DCE7EF;}
        legend { font-size:18px; margin-left:10px; color:#333D66; font-weight:bold;}

        .prev, .next { background-color:#333D66; padding:5px 10px; color:#fff; text-decoration:none;  margin: 10px 10px 10px 10px;}
        .prev:hover, .next:hover { background-color:#000; text-decoration:none;}
        .prev { float:left; margin-top: 40px;}
        .next { float:right; margin-top: 40px;}
        #steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
        #steps li {font-size:24px; float:left; padding:10px; color:#b0b1b3; width: 165px;}
        #steps li span {font-size:11px; display:block;}
        #steps li.current { color:#000;}
        #makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
        #makeWizard:hover { background-color:#000;}
		#esq { float:left; padding-right: 20px;
		}
		#dir { 
		}
		
		
#SignupForm {
	
}

#cabecaolho {
	margin-bottom: 130px;
}
#logo {
	width: 321px;
	float: left;
}
#login {
	width: 302px;
	float:right;

}

/*
#SaveAccount {
	background-color:#333D66; 
	padding:5px 45px; 
	color:#fff; 
	text-decoration:none;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 14px;
}
*/

#campo_grande {
	width: 436px;
	
}

#campo_medio {
	width: 210px;
}

#campo_peq {
	width: 132px;
	
}
#campo_medio_sel {
	width: 216px;
	height: 22px;
	
}

#campo_peq_sel {
	width: 132px;
	height: 22px;
}

#bloco1{
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 100%;
	}	
	
#field_lado{
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
	}	
	
#field{
	margin-bottom: 5px;
	}



	
	#field{margin-bottom:7px;}
	
	
	label {
	display: block; 
	margin-right:10px;  
	margin-left:6px;  
	font-size: 14px; 
	}
	
	.input{
    font-family: Arial,Helvetica,sans-serif;
	font-size: 15px; 
	width: 300px; 
	border: 1px solid #E3E3E3;
    color: #999999;
    height: 27px;
    line-height: 23px;
    margin: 0;
    outline: medium none;
    padding: 0 5px;
    vertical-align: middle;
	}
	
	.input:focus{
	background-color:#E7E8E7;	
	}
	
	.textarea {
	height:150px;	
	}
	
	.hint{
	display:none;
	}
	
	.field:hover .hint {  
	position: absolute;
	display: block;  
	margin: -30px 0 0 455px;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.6);
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	}