.divLogin{
	font-family: Trebuchet MS;
	background: url(../images/login.jpg) top center no-repeat;
	height: 100%;
	width: 100%;
	color: #3a3a3a;
	position: absolute;
	top: 0px;
	left: 0px;
}

.divLogin #divError{
	color: Maroon;
	font-weight: bold;
}

.divLogin form{
	width: 406px;
	margin: 115px auto 0;
}

.divLogin fieldset{
	border: 0;
}

.divLogin legend{
	font-size:1.2em;
	font-weight:bold;
}

.divLogin .clear{
	clear: both;
}

.divLogin label{
	width: 150px;
	text-align: left;
	float: left;
	margin: 0 10px 0 0;
	padding: 9px 0 0 0;
	font-size: 16px;
}

.divLogin input, .divLogin select{
	width: 220px;
	padding: 4px;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #3a3a3a;
	font-family:
	Georgia, serif;
}

.divLogin input[type=hidden]{
	display: none;
}

.divLogin .btnLogin{
	background: url(../images/button-bg.png) repeat-x top center;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	padding: 5px;
	color: white;
	font-weight: bold;
	-webkit-border-radius: 5px;
	font-size: 13px;
	width: 80px;
}

.divLogin .btnLogin:hover{
	background: white;
	color: black;
}
