

#novoUsuario{
    padding-bottom:30px;
}

.textoNovoUsuario{
    font-size:12px;
    font-family:Arial;
    text-align:left;
    padding-top:10px;
    width:770px;
}

.h2{
	font-family:Arial;
    font-size:12px;
	font-weight:bold;
	color:#006BA2;
	text-align:center;
	margin: 0px 0px 0em 0em;
}

.textoNovoUsuario input{
    border:1px solid #FFF;
    font-size:9px;
}

.inputCadastrar1{
    background:url('../images/cadastrar_campo_1.png?a=a') no-repeat;
    width:115px;
    height:20px;
    text-align:center;
}

/*ERROR BOX*/
.inputCadastrarError1{
    background:url('../images/cadastrar_campo_1_erro.png?a=a') no-repeat;
    width:115px;
    height:20px;
    text-align:center;
}



.inputCadastrarError1 input{
   height:13px;
   position:relative;
   top:1px;
}


.inputCadastrar1 input {
    position:relative;
    top:1px;
}

.inputCadastrar2{
    background:url('../images/cadastrar_campo_2.png?a=a') no-repeat;
    width:266px;
    height:20px;
    text-align:center;
}

/*ERRO BOX*/
.inputCadastrarError2{
    background:url('../images/cadastrar_campo_2_erro.png?a=a') no-repeat;
    width:266px;
    height:20px;
    text-align:center;
}

.inputCadastrarError2 input{
   height:13px;
   position:relative;
   top:1px;
   
}


.inputCadastrar2 input {
    position:relative;
	top:1px;
}

.inputCadastrar3{
    background:url('../images/cadastrar_campo_3.png?a=a') no-repeat;
    width:315px;
    height:20px;
    text-align:center;
}

/*ERROR BOX*/
.inputCadastrarError3{
    background:url('../images/cadastrar_campo_3_erro.png?a=a') no-repeat;
    width:315px;
    height:20px;
    text-align:center;
}

.inputCadastrarError3 input{
   height:13px;
   position:relative;
   top:1px;
}

.inputCadastrar3 input {
    position:relative;
	top:1px;
}


.botHand{
    cursor:pointer;
}
/*.textoNovoUsuario span{
    font-weight:bold;
    color:#0095da;

}*/

.boxMeioMeio{
    width:585px;
    background:url('../images/box_meio_meio.png');
    background-repeat:repeat-x;
    background-position:top;
    padding-left:10px;
}

.boxMeioMeio2{
    width:5px;
    background:url('../images/box_meio_meio.png');
    background-repeat:repeat-x;
    background-position:top;
}

.boxMeioDireita{
    background:url('../images/box_meio_direita.png');
    width:5px;
    background-repeat:repeat-y;
    background-position:bottom right;
}

.boxInferiorEsq{
    background:url('../images/box_inferior_esquerda.png');
    width:10px;
}

.boxInferiorMeio{
    background:url('../images/box_inferior_meio.png');
    width:500px;
}

.boxInferiorDir{
    background:url('../images/box_inferior_direita.png');
    width:21px;
    background-repeat:no-repeat;
}

*.imgCadastro
{
    position:absolute;
    top:1045px;
    background:url('../images/cadastrar_img.gif') no-repeat;
    background-position:bottom right;
    width:356px;
    height:338px;
}