@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}
body {
	background: #010101 url(/images/home/background.gif) bottom left repeat-x;
	margin:0; padding:0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#wrapper {
	background:url(/images/home/landing-page.jpg) bottom center no-repeat #010101;
	height:100%;
	width:960px;
	margin:0 auto;
}
#content {
	margin:0; padding:0;
	width:960px;
	height:590px;
	position:absolute;
	bottom:0;
}

.login {
	margin:0 auto 50px auto; 
	padding:350px 0 0 0;
	width:400px;
	height:150px;
	position:relative;
	overflow:hidden;
}
.loginL {
	margin:0;
	width:160px;
	float:left;
	padding:60px 20px 10px 20px;
	position:relative;
}
.loginR {
	margin:0;
	width:200px;
	padding:0;
	float:left;
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}
.username {
	background:url(/images/home/username.gif) center left no-repeat;
	border:none;
	width:85px;
	height:13px;
	margin:5px 0;
	padding:0 5px 0 70px;
	color:#FFFFFF;
	font-size:10px;
}
.parola {
	background:url(/images/home/parola.gif) center left no-repeat;
	border:none;
	width:85px;
	height:13px;
	margin:5px 0;
	padding:0 5px 0 70px;
	color:#FFFFFF;
	font-size:10px;
}
.confirma {
	border:none;
	width:71px;
	height:16px;
	margin:5px 0 0 50px;
}
.footer {
	font-size: 9px; 
	color: #3a3a3a;
	padding:5px 15px;
}