@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	height:300px;
	color: #444141;
	font-family: 'trebuchet ms' !important;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	
}
#loginFormDiv {
	position:absolute;
	top:30px;
	left:20px;
	border: 1px inset #e67817;
	height: 180px;
	width: 440px;
}
#loginheader {
	position: absolute;
	left: 29px;
	top: 14px;
	width: 345px;
	font-size: 16px;
	font-weight: bold;
}
#forgetPassword {
	position: absolute;
	left: 295px;
	top: 80px;
}
#rememberMe {
	position: absolute;
	top: 110px;
	left: 115px;
}
#rememberMeLabel {
	position: absolute;
	left: 140px;
	top: 110px;
}
#loginButton {
	position: absolute;
	left: 300px;
	top: 140px;
	width: 75px;
	color: #000;
	background-color: #E0785A;
	height: 27px;
	font-size: 13px;
	font-weight: bold;
}
 #loginError {
	position: absolute;
	left: 295px;
	top: 50px;
	width: 177px;
	color:red;
	visibility:hidden;
}




#usernamelabel {
	position: absolute;
	left: 31px;
	top: 50px;
}
#emailAddress {
	position: absolute;
	left: 116px;
	top: 50px;
	width: 170px;
}
#passwordlabel {
	position: absolute;
	top: 80px;
	left: 55px;
}
#password {
	position: absolute;
	left: 116px;
	top: 80px;
	width: 170px;
}
