body {
	background: #063549 url(../img/sombra.png) repeat-x top;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
#ecra {
	height: 100%;
	background: url(../img/bglogin.jpg) no-repeat center center;
}
#login {
	position: fixed;
	background: url(../img/bg_formlogin.png) no-repeat center top;
	width: 606px;
	min-height: 138px;
	margin-left: 50%;
	left: -303px;
	top: 50%;
	margin-top: -67px;
}
#mensagens {
	float: left;
	height: 68px;
	width: 252px;
	margin-right: 70px;
	text-align: right;
	padding-top: 70px;
}
#form {
	float: left;
	height: 138px;
	width: 270px;
    margin-left: 10px;
}
#erro, #erro b {
	color: #000;
	text-shadow: #FFF 0 1px 0;
	margin-top: 53px;
}
form {
	padding-top: 40px;
}
label {
	display: inline-block;
	float: left;
	margin-right: 5px;
}
input[type=text], input[type=password] {
	width: 95px;
}
input[type=submit] {
	float: left;
	margin-top: 15px;
}