
#formInscrevase{
	margin:0 auto;
	height:240px;
	width:960px;
}
#boxFormEsq{
	width:320px;
	height:150px;
	margin:30px 0 46px 31px;
	padding:0px 60px 20px 0;
	float:left;
}

#boxFormDir{
	1border-left:1px solid #666;
	width:500px;
	height:170px;
	padding: 0px 0 0 37px;
	margin:30px 0 0 0;
	float:right;
}

#boxFormDir input {
	height:22px;
	font-size:12px;
	color: #404040;
	padding:2px 5px 0px 25px;
	border:none;
	margin:2px;
}
#boxFormDir input:hover {
	border:2px solid #F27D30;
	margin: 0px;
}

#boxFormDir input:focus{
	border:2px solid #F27D30;
	margin:0px;
	height:21px;
}

.boxNome{
	color:#FFF;
	font-size:10px;
	width:190px;
	display:inline-block;
}

.nome {
	background-image:url(../images/icon_nome.png);
	background-repeat: no-repeat;
	background-position:left top;
	width:190px;
}


.boxNascimento{
	color:#FFF;
	font-size:10px;
	width:110px;
	display:inline-block;
	margin:0 0 0 40px;
}

.nascimento {
	background-image:url(../images/icon_nascimento.png);
	background-repeat: no-repeat;
	background-position:left top;
	width:110px;
}

.boxSexo{
	color:#FFF;
	font-size:10px;
	width:110px;
	display:inline-block;
	margin:0 0 0 40px;
}


#segundaLinha{
	margin-top:10px;
}

.boxEmail{
	color:#FFF;
	font-size:10px;
	width:190px;
	display:inline-block;
}

.email {
	background-image:url(../images/icon_email.png);
	background-repeat: no-repeat;
	background-position:left top;
	width:190px;
}

.boxConfirmarEmail{
	color:#FFF;
	font-size:10px;
	width:110px;
	display:inline-block;
	margin:0 0 0 40px;
}

#terceiraLinha{
	margin-top:10px;
}

.boxTelefone{
	color:#FFF;
	font-size:10px;
	width:123px;
	display:inline-block;
}

.telefone {
	background-image:url(../images/icon_telefone.png);
	background-repeat: no-repeat;
	background-position:left top;
	
	width:123px;
}

.celular {
	background-image:url(../images/icon_celular.png);
	background-repeat: no-repeat;
	background-position:left top;
	
	width:123px;
}

.boxCelular{
	color:#FFF;
	font-size:10px;
	width:123px;
	display:inline-block;
	margin:0 0 0 40px;
}

.boxEnviar{
	color:#666;
	font-size:10px;
	_font-size:8px;
	width:100px;
	margin:12px 0 0 15px;
	
	background: #222 url(../images/bgBt.png) repeat-x;
	display: inline-block;
	padding: 2px 10px 0px 25px;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	text-shadow: 0 -1px 1px #222;
	border: 2px solid #FFF;
	cursor:text;
	height:19px;
	width:80px;
}

.boxEnviar:hover{
	/*border-color:#FF0000;*/
}

#boxFormEsq img{
	margin-right:10px;
}

.complete{
	font-weight:bold;
	color:#FFF;
	font-size:27px;
	padding:80px 0 0 0;
}

.subFoi{
	font-size:14px;
	color:#000;
	font-weight:normal;	
}

.subFoi a{
	color:#FFF;
}

#boxFormDir td{
	padding:0px;
	margin:0;
	border:none;
}


