html, body
{
	margin:0;
	padding:0;
	background:#E8ECF1;
	height:100%;
	font: 12px Tahoma,Arial,Verdana,sans-serif;
	color:#fff;
}
div.login
{
	position:absolute;
	top:50%;
	left:50%;
	width:500px;
	height:323px;
	margin:-161px 0 0 -250px;
	background:#7A1312 url('../images/login.jpg') no-repeat;
}
a
{
	color:#000000;
}
a:hover
{
	text-decoration:none;
}
img
{
	border:0;
}
div.logo
{
	padding:10px 0 0 15px;
	height:79px;
}
div.text
{
	padding:10px 60px 0 58px;
	height:36px;
}
div.form
{
	padding:0 0 0 120px;
	height:140px;
}
div.form ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
div.form ul li
{
	float:left;
	margin:0;
	padding:15px 0 0 0;
	line-height:25px;
	min-width:80px;
}
input
{
	font:normal 13px Tahoma,Arial,Verdana,sans-serif;
	position:relative;
	padding:2px;
	margin:0;
}
input[type="text"], input[type="password"]
{
	height:19px;
	line-height:19px;
	border:1px solid #560200;
	background:#fff;
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; 
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; 
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; 
}
input[type="text"]:focus, input[type="password"]:focus
{
	border:1px solid #000000;
	background:#F5E8D0;
}
input[type="submit"]
{
	border:1px solid #FFFFFF;
	margin:0;
	padding:0;
	background:#560200;
	color:#fff;
	cursor:pointer;
	text-align:center;
	width:60px;
	height:26px;
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; 
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; 
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; 
}
input[type="submit"]:hover
{
	background:#560200;
	color:#F2DD9E;
}
div.copy
{
	float:left;
	padding:0 0 0 15px;
	font-style:italic;
}
div.copy a
{
	color:#F2DD9E;
	text-decoration:none;
}
div.copy a:hover
{
	text-decoration:underline;
}
label
{
	cursor: pointer;
}
#loginoverlay {
	position:absolute;
	visibility:hidden;
	overflow: hidden;
	z-index:2;
	margin:-30px 0 0 0;
	clear:both;
	width: 500px;
	text-align:center;
}
div.loginmessage
{
	border:1px solid #000000;
	margin:0;
	padding:4px;
	color:#fff;
	text-align:center;
	width:490px;
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; 
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; 
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; 
}
div.bgred {
	background:#F05B0A;
	}
div.bggreen {
	background:#339933;
	}
/*############################################
#
#          misc spacing
#
############################################*/
div.lineBreakp
	{
	clear:both;	height:1px;overflow:hidden;
	}
