body {
	border: 0;	
	top: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background: url('../i/loginback.gif') repeat-x left top;
	background-color: #00a99d;
} 
body, div {
	font: normal 11px Arial;
	color: #363d41;
}
html,body { 
	height: 100%; 
	margin: 0; padding: 0;
	text-align: center;
}
a {
	color: #f70;
	text-decoration: none;
}
a:hover {
	color: #ffad66;
	text-decoration: underline;
}
#login {
	margin: 114px 0 0 0;
	width: 390px; height: 210px;
	background: url('../i/loginformback.gif') no-repeat left top;
	font: bold 10px Verdana;
	color: #005951;
}
#loginForm {
	position: relative;
	top: 100px;
	width: 360px;
}
#loginForm td {
	height: 40px;
	font: bold 10px Verdana;
	color: #005951;
	padding: 0 auto;
	text-align: center;
}
.field1 {
	font: normal 11px Arial;
	margin: 10px 0 0 0;
	border: 1px solid #49a8a2;
}
.button2 {
	width: 80px; height: 29px;
	margin: 0 5px; border: 0;
	background: url('../i/button2.gif') no-repeat left top;
	font: bold 11px Verdana;
	color: #fff;
}
.button3 {
	width: 145px; height: 29px;
	margin: 0 5px; border: 0;
	background: url('../i/button3.gif') no-repeat left top;
	font: bold 11px Verdana;
	color: #fff;
}
#footer {
	clear: both;
	width: 380px !important;
	width: 390px; height: 30px;
	padding: 10px 10px 0 0;
	text-align: right;
	color: #c4ebe8;
	font: normal 11px Arial;
}
#footer A {
  color: #c4ebe8;
}