html, body {
	width: 100%;
}

body {
	background: url(../imagens/fundo.jpg) top center;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

.box {

	background-image: url(../imagens/fundo_transparente.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagens/fundo_transparente.png, sizingMethod='scale');

	
	padding: 15px;
	width: 305px;
	
	font-size: 12px;
	line-height: 18px;
	


}


#conteudo {
	width: 778px;
	margin: auto;
}

#esquerda {
	width: 350px;
	float: left;
	display: none;
}

#direita {
	
}


.foto-aluno {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}


#rodape {
	width: 100%;
	height: 40px;
	margin-bottom: 25px;
}

#rodape .logo{
	float: left;
}	

#rodape .telefone{
	float: right;
	text-align: right;
	font: bold 12px "Trebuchet MS", Arial, Verdana, Tahoma;
}


/*			FORMULÁRIO			*/

#cadastro {
	width: 600px;
	margin: auto;
}

#cadastro br {
	clear: both;
}

#cadastro label {
	display: block;
	line-height: 18px;
	margin-bottom: 10px;
	float: left;	
	padding-right: 8px;	

}

#cadastro h2 {
	background-image: url(../imagens/fundo_titulo.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagens/fundo_titulo.png, sizingMethod='scale');


	font: bold 20px "Trebuchet MS", Arial, Verdana, Tahoma;
	padding: 0px 0px 8px 8px;
	margin: 0px;
	width: 100%;
}

#cadastro label span, #cadastro span {
	font: bold 15px "Trebuchet MS", Arial, Verdana, Tahoma;
}


.grind-e-1	{	width: 15px;   }
.grind-e-2	{	width: 190px;  }

.grind-1	{	width: 45px;   }
.grind-1-2	{	width: auto; margin-top: 15px;   }
.grind-2	{	width: 85px;  }
.grind-3	{	width: 145px;  }
.grind-4	{	width: 200px;  }
.grind-5	{	width: 393px;  }
.full 		{	width: 590px;  }
	
#empresa {
	display: none;
}


.botao {
	margin-top: 3px;
	margin-right: 8px;
	color: #FFF;
}


.campo {
	display: block;
	width: 100%;
	border: 1px solid #AAC;
	background-color: #f3f3f3;
	font-size: 11px;
}

.campo_over  {
	display: block;
	width: 100%;
	border: 1px solid #C00;
	background-color: #FFF;
}

.campo3 {
	width: 20px;
	background-color: #C00;
	color: #FFF;
	border: 1px solid #FFF;
}


.botao a{
	display: block;
	height: 17px;	
	font: 10px/17px Arial, Helvetica, sans-serif;	
	
	color: #FFF !important;	
	text-decoration: none;
	
	background: #C00;
	width: 120px;
	text-align: center;
	
	clear: both;
	
	margin-right: 20px;
	margin-bottom: 20px;
}

#enviar {
	background-color: #623417;
	color: #FFF;
	border: none;
	padding: 5px 8px;
	font-weight: bold;
}

#enviar .texto{
	float: left;
	color: #FFF;
	text-align: right;
	line-height: 18px;
	width: 65px;
}
#enviar .loading {
	background: url(imagens/loading.gif) 0px 12px no-repeat;
	width: 9px;
	height: 2px;
	display: block;
	margin-left: 5px;
}

.titPublic {
	display: block;
	margin-bottom: -13px;
	margin-top: 3px;
}

span sup {
	font-size: 9px;
	position: absolute;
	margin-top: 40px;
}

