body {
	background-color: #FFF;
	margin: 0px;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#wrapper {
	margin-left: -268px;
	position: absolute;
	top: -160px;
	left: 50%;
	width: 536px;
	height: 260px;
	visibility: visible;
}

#loginHeader {
	background: url(../img/bg_loginheader.png) no-repeat;
	width: 336px;
	height: 72px;
}

#loginBody {
	background: url(../img/bg_loginbody.gif) repeat-y;
	padding: 20px 20px 20px 37px;
	text-align: left;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 479px;
}

#loginBody a {
	color: #C00;
	text-decoration: underline;
}

#loginBody a:hover {
	color: #C00;
	text-decoration: none;
}

#loginBody label {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0F3363;
	display: block;
	margin-bottom: 5px;
}

#loginBody form {
	display: inline;
}

#loginBody form input {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
}

#loginBody form textarea {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
}

.logintxtfield {
	width: 256px;
	margin-bottom: 10px;
}

#requestPassword {
	float: right;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 20px 0 0;
}

#requestPassword a {
	color: #C00;
	text-decoration: underline;
}

#requestPassword a:hover {
	color: #C00;
	text-decoration: none;
}

#loginFooter {
	background: url(../img/bg_loginfooter.gif) no-repeat;
	width: 336px;
	height: 49px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	padding-top: 14px;
	color: #999;
}

#loginForm {
	
}

#requestpasswordForm {
	display: none;
}