/* CSS Document */
/* All form elements are within the definition list for this example */
dl {
	font:normal 11px/14px Arial;
	color: #666666;
	position: relative;
    width: 650px;
}
dt {
    clear: both;
    float:left;
    width: 160px;
    padding: 4px 0 2px 0;
    text-align: left;
}

dd {
    float: left;
    width: 400px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show Nome */
.hint {
   	display: none;
    position: absolute;
    right: -75px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show E-mail */
.hintEmail {
   	display: none;
    position: absolute;
    right: 15px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintEmail .hintEmail-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}


/* The hint to Hide and Show CPF */
.hintCPF {
   	display: none;
    position: absolute;
    right: 135px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintCPF .hintCPF-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show RG */
.hintRG {
   	display: none;
    position: absolute;
    right: 135px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintRG .hintRG-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show Sexo */
.hintSexo {
   	display: none;
    position: absolute;
    right: 70px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintSexo .hintSexo-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}


/* The hint to Hide and Show Data de Nascimento */
.hintData {
   	display: none;
    position: absolute;
    right: 135px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintData .hintData-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}


/* The hint to Hide and Show Estado Civil */
.hintCivil {
   	display: none;
    position: absolute;
    right: 140px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintCivil .hintCivil-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show Profissão */
.hintProfissao {
   	display: none;
    position: absolute;
    right: 15px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintProfissao .hintProfissao-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show Como nos conheceu? */
.hintConheceu {
   	display: none;
    position: absolute;
    right: 110px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintConheceu .hintConheceu-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show CEP */
.hintCEP {
   	display: none;
    position: absolute;
    right: -35px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintCEP .hintCEP-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show Endereço */
.hintEndereco {
   	display: none;
    position: absolute;
    right: -90px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintEndereco .hintEndereco-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show Complemento */
.hintComplemento {
   	display: none;
    position: absolute;
    right: 95px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintComplemento .hintComplemento-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show Bairro */
.hintBairro {
   	display: none;
    position: absolute;
    right: 95px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintBairro .hintBairro-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show Cidade */
.hintCidade {
   	display: none;
    position: absolute;
    right: 95px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintCidade .hintCidade-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show Estado */
.hintEstado {
   	display: none;
    position: absolute;
    right: 95px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintEstado .hintEstado-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show Estado/Província */
.hintProvincia {
   	display: none;
    position: absolute;
    right: 95px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintProvincia .hintProvincia-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show País */
.hintPais {
   	display: none;
    position: absolute;
    right: 95px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintPais .hintPais-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show Referência do Endereço */
.hintReferencia {
   	display: none;
    position: absolute;
    right: -25px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintReferencia .hintReferencia-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show do Telefone 1 */
.hintTelefone1 {
   	display: none;
    position: absolute;
    right: 90px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintTelefone1 .hintTelefone1-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show do Telefone 1 */
.hintTelefone2 {
   	display: none;
    position: absolute;
    right: 90px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintTelefone2 .hintTelefone2-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

/* The hint to Hide and Show do Telefone 1 */
.hintCelular {
   	display: none;
    position: absolute;
    right: 90px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintCelular .hintCelular-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}


/* The hint to Hide and Show Como nos conheceu? */
.hintCode {
   	display: none;
    position: absolute;
    right: 110px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #eeeeee url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hintCode .hintCode-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}


.TextoCinza12 {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	font-style:oblique;
}

.TextoPreto12 {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

.TextoAzul12 {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1e6ec7;
}

.TextoRed14 {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC0000;
}

.TextoAzul17 {
	font-size: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1e6ec7;
	font-style:oblique;
}

.LinkAzul12:active { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #1e6ec7; text-decoration: none;}
.LinkAzul12:link { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #1e6ec7; text-decoration: none;}
.LinkAzul12:visited { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #1e6ec7; text-decoration: none;}
.LinkAzul12:hover { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-decoration: underline;}

.Formulario {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #164f80;
	background-color: #f4f4f4;
	border: 1px solid #a5acb2;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#9C9C9C;
	scrollbar-arrow-color:#9c9c9c;
	scrollbar-track-color:#ffffff;
}


