
html, body {
	width:100%;
	height: 100%;
}
body {
	font-family: Tahoma;
	font-size:11px;
	text-decoration:none;
	color:#888;
	margin: 0px;
	padding: 0px;
	background:#e7e7e9 url(../../layout_images/bck_login.jpg) center repeat-y;
}
h1 {
}
A {
	color:#888;
}
img {
	border: none;
}
#main {
	width:100%;
	height:auto;
	margin: 0 auto;
	text-align:left;
}

#main_conteudo_centrado {
	width:100%;
	height:auto;
	margin: 0 auto;
	float:none;
}
#conteudo_geral {
	width:960px;
	height:auto;
	margin: 0 auto;
	float:none;
	
}

#conteudo
{
width:100%;
height:auto;float:left;

}
.form_text_input {

	color: #6c6c6c;
	font-size: 12px;
	font-family: "Trebuchet MS";
	border: 3px solid #c9e6f4;
	
	background:#fff url(../../layout_images/bck_input.jpg) repeat-x;
}
.form_text_input:hover, .form_textarea_input:hover {
	border: 3px solid #6fb8dc;
}
.form_textarea_input {
	color: #6c6c6c;
	font-size: 12px;
	font-family: "Trebuchet MS";
	border: 3px solid #c9e6f4;
	background:#f9faf6;
	width:550px;
	float:left;
}
.form_required {
	color: #90d000;
	font-size: 10px;
	font-family: "times new roman";
	padding-left: 5px;
}
.form_label {
	color: #6c6c6c;
	font-size: 10px;
	font-family: "Trebuchet MS";
}
.form_desc{
	width:100%;
	height:auto;
	float:left;
	color: #6c6c6c;
	font-size: 10px;
	font-family: "Trebuchet MS";
	
}
.form_send_button {
	width:140px;height:30px;
	color: #272f3a;
	float:left;
	font-size: 10px;
	font-family: "Trebuchet MS";
	background-color: #ccdced;
	margin-top: 5px;
	border: solid 1px #c1c1c1;
}

.recuperar {
	width:100%;
	height:34px;
	float:left;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin-top:30px;
	cursor:pointer;
}
.recuperar:hover
{
		text-decoration:underline;
}



