body {
	color: #e0e0e0;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	background-color: #B2CBDA;
	margin: 0;
}
div.login {
	background-image: url(/images/cms/login_back.png);
	position: absolute;
	top: 20px;
	left: 50%;
	width: 291px;
	height: 200px;
	margin-left: -145px;
}
div.login_form {
	margin-left: -120px;
	position: absolute;
	top: 39px;
	left: 50%;
	width: 241px;
	height: 140px;
	z-index: 3;
}
.loginfields {
	color: #ffdf45;
	font-size: 11px;
	font-family: arial;
	background-color: #929292;
	width: 235px;
	height: 14px;
	padding: 3px;
	border: solid 1px #e0e0e0;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	opacity: 0.7;
}
.req {
	font-size: 10px;
}
#error{
	font-size: 16px;
	color: #990000;
	text-align: center;
	display: block;
	margin-top: -10px;
	position: relative;
	z-index: 10;
}
