div#site {
	background-image: url(../imagens/estrutura/fundo_degrade.gif);
	background-repeat: repeat-x;
	background-position: 0 43px;
	margin-top: 22%;
}
div#esqueci {
	background-image: url(../imagens/estrutura/fundo_degrade.gif);
	background-repeat: repeat-x;
	background-position: 0 43px;
	margin-top: 22%;
}

div#cabecalho {
	width: 450px;
	margin: 0 auto;
}

div#corpo {
	width: 450px;
	margin: 2em auto;
	position: relative;
}

div#login {
	clear: both;
	float: right;
	width: 270px;
}
div#login_esqueci {
	clear: both;
	float: right;
	width: 350px;
}
div#respostaEnvio{
	width: 450px;
	margin: 2em auto;
	position: relative;	
}

/*
----- Form
*/


label {
	font-size: 1.5em;
	color: #B8B8B8;
	font-weight: bold;
	text-align: right;
	float: left;
	display: block;
	width: 6em;
	clear: right;
	margin-right: 0.7em;
}

.borda {
	display: block;
	float: right;
	margin-bottom: 1em;
}
.esqueci {
	display: block;
	float: right;
}

/*-- link --*/
.textomed{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #7F7F7F;
}
.textoAlerta{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #DE1B1B;
}

a.textomed{
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	color: #B8B8B8;
	text-decoration:none;	
}

a.textomed:hover{
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	color: #DE1B1B;
	text-decoration:none;	
}