﻿.box_bigX_bigY
{
    width: 600px;
    min-height: 50px;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
}

.box_bigX_bigY .boxHeader
{
    width: 500px;
    text-align: left;
    margin-left: 20px;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
}

.box_bigX_bigY .boxBody
{
    width: 560px;
    overflow-x: hidden;
    margin-left: 20px;
}

.box2
{
    width: 600px;
    background-image: url( 'images/box2.jpg' );
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: 100px;
}


.box2 .infoTable
{
    table-layout: fixed;
    width: 560px;
    height: 80px;
    margin: 10px auto auto auto;
}

.box2 .mainTopic
{
    color: #ACE871;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 4px;
}

.box2 .description
{
    font-size: 14px;
    letter-spacing: 2px;
    padding-top: 10px;
}
.box2 .info_img
{
    background-image: url( 'images/logo.jpg' );
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}

.info_footerLBL_ERROR
{
    color: Red;
    font-weight: bold;
    background-color: white;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px;
    border: solid 1px silver;
    text-align: justify;
}

.info_footerLBL_SUCCESS
{
    font-weight: bold;
    background-color: white;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px;
    border: solid 1px silver;
    text-align: justify;
}

.box3
{
    background-image: url( 'images/box3.jpg' );
    background-repeat: no-repeat;
    width: 600px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}



.dadosPessoaisTable
{
    margin-left: auto;
    margin-right: auto;
}

.dadosPessoaisTable .validatorCells TD
{
    height: 0px;
}

.dadosPessoaisTable th
{
    text-align: right;
    height: 25px;
    vertical-align: middle;
    font-size: 9px;
    font-weight: normal;
}

.dadosPessoaisTable td
{
    height: 25px;
    vertical-align: middle;
}
.corriculo INPUT
{
    color: black;
}

.corriculo TEXTAREA
{
    color: black;
}


.dadosPessoaisTable INPUT
{
    width: 109px;
}

.dadosPessoaisTable TEXTAREA
{
    width: 476px;
    height: 60px;
}


.dadosPessoaisTable SELECT
{
    background-color: whiteSmoke;
    border: solid qpx silver;
    font-size: 9px;
}

.dadosPessoaisTable .td01CellsBig INPUT
{
    width: 481px;
}

.dadosPessoaisTable .td02Cells01Big INPUT
{
    width: 295px;
}

.dadosPessoaisTable .td04Cells INPUT
{
    width: 180px;
}

.errors UL
{
    background-color: Red;
    display: none;
    visibility: hidden;
}





