/****************** Estrutura *****************/

#container {
    width: 800px;
    background-color:#2C2C2C;
}
.titulo {
    font-size:12px;
    font-weight:bold;
    color:#666;
    font-style:italic;
    border-bottom:solid 1px #666;
}

.candEmprego {
    background:#666;
    color:#FFF;
    height:20px;
    width:750px;
    margin:auto;
    padding-top:6px;
    cursor:pointer;
    padding-left:13px;
    margin-top:2px;
}

.candEmpregoContainer {
    display:none;
    border:1px #666 solid;
    width:761px;
    padding-bottom:15px	;
}

.formulario {
    padding-top:10px;
    border-bottom:2px solid #FF8B01;
    padding-left:5px;
    padding-right:5px;
    clear:both;
    height:444px;
    *height:442px;
    overflow:auto;
    /*background-color:#CCC;*/
    background-image:url(../images/f_bkg.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    background-attachment: fixed;
    /*background: transparent url(../images/f_bkg.jpg) repeat-x fixed left top;*/
}

.formulario a {
    color:#fff;
    font-family:"Arial Black", Gadget, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

.formulario a.normal {
    color:#444444;
    font-family:"Arial", Gadget, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

.formulario a.normal:hover {
    color:#777777;
    text-decoration:none;
}

.cinzaClaro {
    background-color:#CCC;
    height:22px;
    padding: 5px;
}

.cinzaEscuro {
    background-color:#AAA;
    height:22px;
    padding: 5px;
}

.laranja  {
    background-color:#FFB345;
    height:22px;
    padding: 5px;
}
