@charset "utf-8";
/* CSS Document */

.hidden {display:none;}

form {
	font-family: Helvetica, Arial;
	line-height:16px;
}
form p { font-size:12px; color:#666; }
#lblwarning
	{
	    color:#cd1213;
	    font-size:11px;
	    font-weight:bold;
	    margin:3px 0;
	    padding:1px 0;
	    text-transform:uppercase;
	}

.caixaCadastro 
{
    height:230px;
    overflow:visible;
    width:200px;
}
    .caixaCadastro h3{
        color:#333;
        font-size:15px;
        font-weight:700;
    }
.textoCadastro {
	color:#333;
	font-size:13px;
	font-weight:bold;
	margin:7px 0 0 0;
	text-align:left;
	text-transform:uppercase;
}
.ddd, .celular, .senha 
{
    border:1px solid #afafaf;
    color:#666;
    font-size:19px;
    height:23px;
    margin-bottom:5px;
    padding:2px 0 2px 6px;
    text-align:left;
}

.operadora 
{
	padding:2px 0 0px 0px;
	margin-bottom: 5px;	
	height:21px;
	border:1px solid #afafaf;
	font-size:15px;
	text-align:left;
	letter-spacing:1px;
	color:#666;
	width: 140px;
	height: 26px;
}

.ddd {
	width:28px;
}
.celular {
	margin-left:3px;
    width:92px;
}
.senha {
	width: 134px;
}
.senhaDescricao {
	font-size:11px;
	color:#fefefe;
	padding:0 5px;
	line-height:15px;
}
.operadoras {
	clear:both;
	margin:25px auto;
	width:800px;
	padding-bottom:20px;
	text-align: center;
	}
    .operadoras img {
	    margin:25px 20px 0;
	    }
#celular 
{
    height:200px;
    overflow:visible;
	padding-bottom:20px;
}
.txtDiscreto {
	font-size:10px;
}
.btnAzul {
	background-color:#5ba6e3;
	border-width:1px;
	border-style:solid;
	border-bottom-color:#316fa1;
	border-right-color:#316fa1;
	border-top-color:#8ac9fb;
	border-left-color:#8ac9fb;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	margin:0;
	padding:3px 12px;
}
.btnAzul:hover { background-color:#3e8ac8; color:#ff0 !important;}
    .enviarMsg {
	    background-image:url(bg-botao-enviar.gif);
		_background-image:none;
        background-position:12px 8px;
        background-repeat:no-repeat;
        margin-top:10px;
	    padding:3px 12px 3px 30px;
	    _padding:3px 6px 3px 15px;
	}
	.enviarMsg:hover {background-image:url(bg-botao-enviar-hover.gif);}
