﻿body
{
	background-color:#E1E1E1;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:11pt;
}

#Geral
{
	width:942px; 
	margin:0 auto; 
	background-color:#EEF1F6; 
	height:auto; 
	position:relative; 
	border:solid 15px #FFFFFF; 
}

#TableGeral
{
	/*padding:0px 20px 10px 20px;*/
}

#divRedesSociais
{
	margin-top:155px;
}

#divLogoTrabelheConosco
{
	position:absolute;
	padding-left:160px;
	margin-top:-10px;
}

#divLogin
{
	background:#FFFFFF; 
	width:490px; 
	height:150px; 
}

#iframeLogin
{
	width:100%; 
	height:100%; 
}

/* CSS da tela de Login.aspx */
.Mensagem
{
	position:fixed; 
	width:400px; 
	height:150px; 
	top:50%; 
	left:50%; 
	margin-left:-200px; 
	margin-top:-60px; 
	z-index:20;
	background-color:White;
	border:solid 10px #EEF1F6;
}

.Conteudo_PainelLogin
{
	padding:0px 0px 0px 30px;
}

.TituloFrame
{
	background-color:#EEF1F6;
	margin-bottom:20PX;
	margin-left:-30px;
}

        * {
            border-color: inherit;
            border-style: none;
            border-width: 0;
            margin: 0;
            padding: 0;
            text-align: justify;
        }

        body {
            background: none repeat scroll 0 0 #EEF1F6;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
        }


        h2 {
            color: #033560;
            font-family: Verdana,Geneva,sans-serif;
            padding-left: 10px;
            padding-top: 10px;
            clear: both;
            font-size: 21px;
            margin: 0 0 18px;
            padding: 0;
            text-transform: uppercase;
        }

        .wrap_input.placeholder {
            font-size: 12px;
            height: 12px;
            margin: 0 0 3px;
            padding: 10px;
            position: relative;
            width: 230px;
            z-index: 1;
        }

            .wrap_input.placeholder label {
                font-size: 12px;
                height: 12px;
                left: 0;
                padding: 10px;
                position: absolute;
                top: 0;
                width: 280px;
                z-index: 3;
            }

            .wrap_input.placeholder input {
                border: 1px solid #EBEBEB;
                border-radius: 5px;
                color: #707173;
                font-size: 12px;
                height: 12px;
                left: 0;
                padding: 9px;
                position: absolute;
                top: 0;
                width: 280px;
                z-index: 2;
            }

        .botao {
            float: right;
            font-size: 13px;
            background-color: #223045;
            color: White;
            text-align: center;
            padding: 10px 20px;
            border: 0px;
            font-weight: bold;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            cursor: pointer;
            text-decoration: none;
        }

        a.senha {
            color: #707173;
            float: right;
            margin: 10px 10px 0 0;
            text-decoration: underline;
        }

        p {
            color: #534D4D;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
            padding: 10px;
            text-align: justify;
        }

        .cadastro {
            clear: both;
            font-size: 13px;
            padding: 25px 0 0;
            text-align: center;
        }

        /*.Mensagem {
            left: 0;
            margin-left: 1px;
            margin-top: -60px;
            width: 322px;
            z-index: 20;*/
        }



/* CSS da tela Cadastro.aspx */
#divLogoTrabelheConosco2
{
	position:absolute;
	padding-left:358px;
	margin-top:-10px;
}

#Geral2
{
	width:700px; 
	margin:0 auto; 
	background-color:#EDF1F4; 
	height:auto; 
	position:relative; 
	border:solid 15px #FFFFFF; 
}

.ConteudoPainel_Cadastro_Titulo_Esqueda
{
	margin:0px 0px 0px 20px;
	border:solid 1px black;
	border-bottom:none;
	background-color:White;
	float:left;
	width:170px;
	height:20px;
	vertical-align:middle;
	text-align:center;
}
.ConteudoPainel_Cadastro_Titulo_Direita
{
	margin:0px 20px 0px 0px;
	border-bottom:solid 1px black;
	float:right;
	width:488px;
	height:20px;
	background-color:#EDF1F4;
}


.ConteudoPainel_Cadastro
{
	margin:0px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	border:solid 1px black;
	border-top:none;
	background-color:White;
}

.lbl_Obrig
{
	color:Red;
	font-size:8pt;
}
.txt 
{
	text-transform:uppercase;
}