body {
	background: #ffffff;
}

div#login {
	position: absolute;
	width: 500px;
	height: 240px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -250px;
}

div#login > div#container {
	position:absolute;
	background-image: url('./img/container500_background.gif');
	top: 40px;
	bottom: 30px;
	padding: 10px 10px 0 10px;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	width: 480px;
}

div#login > div#top {
	height: 40px;
	color: #3E7BA8;
	font: bold 10pt/40px Arial;
	padding-left:10px;
	background: #E1E9F4;
	border-radius: 5px 5px 0 0;
	border:#CCC solid 1px;
	border-bottom: none;
}

div#login > div#bottom {
	position:absolute;
	bottom: 0px;
	height: 50px;
	line-height: 30px;
	width: 500px;
	background-image: url('./img/container500_bottom.gif');
	background-repeat: repeat-x;
	padding-top: 0px;
	font-family: Arial, Helvetica;
	font-size:7pt;
	color:#c0c0c0;
}

div#login #btnRuler {
	padding-top: 7px;
}

div#login input[type] {
	height:22px;
	background-color: #F7F7F7;
	border: 1px solid #5E788F;
	padding: 0 5px;
}

#login_banner {
	position: absolute;
	width: 500px;
	height: 95px;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -250px;
	background: url('./img/logo_inicio.png') center center no-repeat;
	color: white;
	line-height: 95px;
	font-size: 24pt;
	text-align: center;
	font-family: Verdana;
}

#login_error {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 25px;
	margin-left: -125px;
	width: 365px;
}