
/* =ESTILOS COMUNS
-------------------------------------------------------------- */
.bold{
    font-weight: bold;
}
.margin10{
    margin: 10px;
}
.margin20{
    margin: 20px;
}
.margin10LR{
    margin: 0 10px;
}
div.note{
    width: 209px;
    text-align: left;
    font-size: 10px;
    margin: -10px auto 0;
}




/* =FORMULARIO STEP 1
-------------------------------------------------------------- */
#cadastroForm{
    width:60%;
    margin: 50px auto 20px;
}
#cadastroForm fieldset {
    border: 1px solid #D5D5D5;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
#cadastroForm fieldset legend{
	font-size: 21px;
	color: #818181;
	padding:0 8px;
}
#cadastroForm fieldset ul li{
    background: none repeat scroll 0 0 transparent !important;
    height: 40px;
    margin: 3px 0 !important;
    padding: 0 !important;
}



#cadastroForm button .button {
    background-position: center top;
}
#cadastroForm .button {
    width: 99px;
    height: 21px;
    border: none;
    background: transparent url('../images/botao.png') no-repeat top center;
    background-size: 99px 42px;
    color: black;
    font: 12px ArialNarrow, Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
    float: right;
}
#cadastroForm .button:active{
    background-position: bottom center;
}

.tooltip {
    background-color: #818181;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    padding: 10px 15px;
    text-align: left;
    width: 170px;
}

#cadastroForm label{
	float:left;
	padding:8px;
	width:150px;
}
#cadastroForm label.fulllabel{
    width: 100%;
    float: none;
}
#cadastroForm .concluir{
    width: 14px;
    border: none;
    height: 10px;
    color:#fff;
	margin-top:6px;
}

#cadastroForm fieldset input{
	color:#8e8e8e;
	font-size:18px;
	width:300px;

}

#cadastroForm fieldset input, #cadastroForm fieldset select{
	background-color:white;
	border:4px solid #e9e9e9;
	border-radius:5px;
	height:30px;
	margin:0;
	padding:0 5px;
}

/* =MESSAGE
-------------------------------------------------------------- */

p .cadastro {
	text-align:left;
}

p.destaqueCadastro {
	font-size:19px !important;
	text-align:center;
}
p.destaqueCadastroNome {
	font-size:19px;
	color:#818181;
        text-align: center;
}

#cadastroForm div.cadastroMensagemErroHolder {
    height: 42px;
    width: 100%;
}
#cadastroForm #message {
    color: #B41D22;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}



