html { height: 100%;   }
body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
input {
	font-size: 11px;
}
#horizon {
	color: #fff;
	background-color: #aaa;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block
}
#content {
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #333;
	border: none;
	padding: 2px 2px 2px 2px;
	margin-left: -250px;
	position: absolute;
	top: -150px;
	left: 50%;
	width: 500px;
	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;
}
#box2 {
	float: left;
	width: 80%;
	margin: 0 0 0 20%;
}
#box1 {
	float: left;
	width: 80%;
	margin: 12px 0 0 20%;
	color: #666;
}
.bodytext {
	margin-top: 108px;
	width: 100%;
}
.bodytext .intro { padding-bottom: 9px; }
.bodytext h2 {margin-left: 20%; font-size: 2.4em; }
.bodytext form {
	width: 100%;
	float: left;
}
.bodytext .row {
	float: left;
}
.bodytext .row.username {
	width: 40%;
}
.bodytext .row.password {
	width: 40%;
}
.bodytext .row.loginbtn {
	width: 20%;
}
.bodytext .row.loginbtn input {
	margin-top: 15px;
}
.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,.pcerror{
color: #f00;
width: 100%;
font-weight: bold;
margin-top: 12px;
float: left;
}
@media all and (min-width: 0px) and (max-width: 500px){
.bodytext h2 { font-size: 2em;  }
.bodytext .row {	width: 100%; float: none; clear: both; padding: 4px 0;}
.bodytext .row .label { width: 80px; float: left; text-align: right;  }
.bodytext .row .formw { margin-left: 85px; }
#content{width: 96%; margin: 0 auto; left: 0;}

#horizon {  top: 25%;}
}
@media all and (min-width: 0px) and (max-width: 430px){
#box2,#box1 ,.bodytext h2 { margin-left: 10%; width: 90%;  margin-right: 10%; }
}
@media all and (min-width: 0px) and (max-width: 320px){
.bodytext h2 { font-size: 1.5em;  }
.bodytext .row .label { width: 100%; float: none; text-align: left;  }
.bodytext .row .formw { margin-left: 0; width: 100%; }
.bodytext .row .formw  input[type=text],.bodytext .row .formw  input[type=password] { width: 100%; padding: 4px 0; }
.bodytext .row .formw  input[type=submit] { padding: 4px 15px;}
.bodytext .row.helplinks ul li.forgotpassword, .bodytext .row.helplinks ul li.help{
margin: 8px 0 0 0; width: 100%;
}
.bodytext .row.username,.bodytext .row.password { width: 90%;}
}