body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FEAD00;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px
}
input {
	font-size: 11px;
}
#horizon {
	color: #fff;
	background-color: #aaa;
	text-align: center;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block
}
#content {
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #333;
	background: url("/images/cache/login_screen.png") no-repeat scroll center top transparent;
background-color: #fff;
	border: none;
	padding: 2px 2px 2px 2px;
	margin-left: -170px;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 400px;
	height: 300px;
	visibility: visible
}
.bodytext {
	font-size: 11px;
}
.bodytext p {
	margin: 0px 4px 6px 4px;
}
a:link, a:visited {
	color: #666;
	text-decoration: none
}
a:hover {
	color: #f60;
	text-decoration: none;
}

.bodytext {
	margin-top: 108px;
	width: 100%;
}
.bodytext form {
	width: 100%;
	float: left;padding-left: 20%;
}
.bodytext .row {
	float: left; width: 100%;
}
.bodytext .row.username {
	width: 100%;
}
.bodytext .row.password {
	width: 40%;
}
.bodytext .row.loginbtn {
	width: 20%;
}
.bodytext .row.loginbtn input {
	margin-top: 12px;
}
.bodytext .row span {
	display: block;
}
.bodytext .row.helplinks {
	width: 100%;
	
}
.bodytext .row.helplinks ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.bodytext .row.helplinks ul li {
	margin: 0;
	padding: 0;
	width: 40%;
	float: left;
	list-style: none;
}
.bodytext .row.helplinks ul li.forgotpassword, .bodytext .row.helplinks ul li.help{
margin: 36px 0 0 0;
}
.bodytext .row.helplinks ul li.errorMsg{
color: #f00;
width: 100%;
font-weight: bold;
margin-top: 12px;
float: left;
}