﻿body {
     background-color:#109694;
}
.bg {
    background-image: url("/images/login_bg.png");
    position: absolute;
	width: 688px;
	left:50%;
	margin-left:-344px;
	height: 409px;
}
.login {
	position: absolute;
	left: 241px;
	top: 246px;
	width: 160px;
	height: 30px;
}
.senha {
	position: absolute;
	left: 241px;
	top: 296px;
	width: 160px;
	height: 30px;
}
.erro {
	position: absolute;
	left: 43px;
	top: 336px;
	width: 594px;
	height: 23px;
	color: #109694;
	text-align:center;
}
.entrar {
	position: absolute;
	left: 439px;
	top: 249px;
	width: 87px;
	height: 71px;
}
.textbox {
	height: 100%;
	width: 100%;
	border: none 0;
	background-color: #b3dff1;
	color: #333;
}
