
html, body {
	background-color:#2A2E3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;	
	margin:0;
	padding:0;
	border:0 none;
	overflow:hidden;
	height:100%;
}
.header {
	background-color:#2A2E3A;
	background-image: url("../images/login/bannert.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 153px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.headerlabelback {
	height: 100%;
	margin-left: -270px; /*** width / 2 ***/
	width:540px;
	left: 50%;
	position: absolute;
	text-align: right;
}

.titlebar {
	background-image: url("../images/login/titleback.jpg");
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height:33px;
	text-align: center; 
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 0;
	vertical-align: middle;
}    

.titlelabelback {
	height: 100%;
	margin-left: -130px; /*** width / 2 ***/
	width:260px;
	left: 50%;
	position: absolute;
	background-image: url("../images/login/logintitle-ES.gif");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

.flashb {
	visibility: visible;
	width:550px; 
	height:120px;
}

.content {
	background-color:#2A2E3A;
}

.langbar {
}

.inputs-cntr-outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

.errlabel {
/*/
	width: 300px;
	margin-left: -155px; 
	position: absolute;
	top: -150px; 
	left: 50%;
/*/
/**/
	width: 210px;
	margin-left: 155px; 
	float: left;
	left: 50%;
	top: -55px; 
	position: relative;
	/**/
	padding: 1em;
	text-align: left;
	color:red;
	border-style: solid;
	border-width: 1px;
	border-color: red;
	background-color: rgb(255, 198, 198);
	z-index:1000;
}

.inputs-cntr-inner {
	width: 296px;
	height: 202px;
	margin-left: -148px; /*** -width / 2 ***/
	position: absolute;
	top: -95px; /*** -height / 2 ***/
	left: 50%;
	background-image: url("../images/login/loginbox.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

.inputs{
	padding-top: 45px;
}

div.row {
	clear: both;
	padding-top: 2px;
}

div.row span.label {
	padding-top: 2px;
	float: left;
	width: 120px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 170px;
	text-align: left;
}

.logininput {
	width: 150px;
}

.loginbutton {
	width: 94px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url("../images/login/ingresar-ES.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	/*text-indent: -1000em;*/
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.buttonrow {
	clear: both;
	position: absolute;
	width: 100%;
	text-align: center; 
	padding: 0 0 10px 0;
	margin: 0;
	bottom: 0;
	left: 0;
	height:31px;
	vertical-align: middle;
}

.footer {
	background-image: url("../images/login/footer.jpg");
	background-repeat: repeat-x;
	background-position: bottom center;   
	height: 99px;
}

.footerlabelback {
	padding-top: 25px;
	height: 100%;
	width:540px;
	margin-left: -270px;  /***  width / 2   ***/
	position: absolute;
	left: 50%;
	background-image: url("../images/login/footerlabel.gif");
	background-repeat: no-repeat;
	background-position: center top;   
	text-align: right;
}

.footerlabel {
	margin-left: 110px;
	margin-right: 20px;
	width: 390px;
	color: #000000;
	text-align: left;
}

a {
	font-size: 10px;
	color: #CCCCCC;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.keyboard {
	float: left;
	left: 0px;
	top: 0px; 
	position: relative;
	z-index:1001;
}
