/*BASICO*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../img/login_fundo.png) top repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link {
	color: #000;
	border:0px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	border:0px;
	color: #000;
}
a:hover {
	text-decoration: none;
	border:0px;
	color: #8b0000;
}
a:active {
	text-decoration: none;
	border:0px;
	color: #000;
}

.style1 {
	font-size: 12px
}
.style2 {color: #FF0000}


/*LOGIN*/
.login{
	width:736px;
	height:323px;
	margin:0 auto;
	padding-top:100px;
	background:url(../img/login_caixa.png) bottom no-repeat;
}
.logo{
	width:1000px;
	height:100px;
	margin:0 auto;
}

.rodape{
	width:100%;
	height:44px;
	background:url(../img/rodape_fundo.png);
	position:absolute;
	bottom:0;
	font-size: 12px;
	text-align:center;
}


.textarea {
resize:none;
overflow:auto;
width:355px;
height:82px;
font-size:13px;
}

