@charset "utf-8";
/* CSS Document */

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline
}

body {
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	BACKGROUND-ATTACHMENT: fixed;
	SCROLLBAR-HIGHLIGHT-COLOR: #c9c7c7;
	SCROLLBAR-SHADOW-COLOR: #c9c7c7;
	SCROLLBAR-3DLIGHT-COLOR: #c9c7c7;
	SCROLLBAR-ARROW-COLOR: #f37023;
	SCROLLBAR-TRACK-COLOR: #c9c7c7;
	SCROLLBAR-DARKSHADOW-COLOR: #c9c7c7;

	font-family: Arial, Helvetica, sans-serif;
	margin: 0pt;
}


/*
<===================================================================================>
*/

.sombra_direita{
background:url(sombra_direita.gif) no-repeat;
background-position:right;
background-color:#F57E16;
padding-right:27px;
}

.sombra_baixo{
background: url(sombra_baixo.gif) no-repeat;
background-position:left bottom;
background-color:#F57E16;
padding-bottom:27px;
}

.sombra_canto{
background: url(sombra_canto.gif) no-repeat;
background-position:right bottom;
padding-right:27px;
padding-bottom:27px;
}

.pagina{
background-color:#FFFFFF;
border:2px solid #000000;
width:100%;
/*height:100%;*/
}

.cadastro{
border:0px;
width:100%;
background-color: #FFFFFF;
overflow-x: hidden;
}

/*----------------------------------*/

.botao_cadastro{
background-color:white;
border:1px solid #000000;
background-color:#F57E16;
-moz-border-radius:5px;
width: 300px;
height: 25px;
color: #FFFFFF;
text-align:center;
font-weight:bold;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
}

.botao_cadastro2{
background-color:white;
border:1px solid #000000;
background-color:#F57E16;
-moz-border-radius:5px;
width: 200px;
height: 25px;
color: #FFFFFF;
text-align:center;
font-weight:bold;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
}

.botao_cadastro3{
background-color:white;
border:1px solid #000000;
background-color:#F57E16;
-moz-border-radius:5px;
width: 140px;
height: 25px;
color: #FFFFFF;
text-align:center;
font-weight:bold;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
}

.titulo_login{
font-weight:bold;
}

.titulo_campo{
font-weight:bold;
}

/*----------------------------------*/

form{
margin:0 0;
width:100%;
overflow: hidden;
}

.div_conteudo{
min-height:650px;
}

.topo_curriculo{
width:100%;
height:75px;
margin:0 auto;
}

.titulo_curriculo{
/*border-bottom:1px solid #000000;

background:#FFCC66;*/
text-align:center;
font-weight:bold;
color:#F57E16;
height:25px;
padding-top:10px;
}

.campos{
clear: both;
padding-left:20px;
padding-right:20px;
min-height:500px;
}

.botoes{
clear: both;
width:100%;
height:75px;
padding-bottom:10px;
}

/*
<===================================================================================>
*/

.titulo_campo_html{
font-size:12px;
}

.texto_radio_html{
font-size:11px;
}

.texto_checkbox_html{
font-size:11px;
}
