* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, serif;
	background: url(images/login-page-bg.jpg) top center no-repeat #c4c4c4;
	color: #ffffff;
	cursor: default;
}

.clear				{ clear: both; }

dl dt
{
	font-variant: small-caps;
	font-weight: normal;
}
dl dd
{
	margin: 10px 30px;
}
form
{
	width: 550px;
	margin: 100px auto 0;
}
fieldset
{
	display: block;
	background: #004465 url(images/shadow-overlay.png) repeat-x bottom;
	padding: 30px 10px 6px; 
	border: none;
	color: #fff;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

legend
{
	display:none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 0px 0px 35px;
	margin-left: -10px;
	font-variant: small-caps;
	color: #d5d5d5;
	font-size: 24pt;

}

label
{
	width: 115px;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 9px 0 0 0;
	font-size: 16px;
}
input {
	font-family: Georgia, serif;
}
input[type=text], input[type=password]
{
	width: 400px;
	display: block;
	padding: 4px;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #3a3a3a;
	border: 1px solid #3a3a3a;
}
input[type=checkbox]{ width: 20px; margin: 0; display: inline-block; }
#submit
{
	background:#a90513; 
	border: 1px solid #c00;
	padding: 5px;
	color: #fff;
	display: block;
	border: 0px;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
	width: 70px;
	margin: 0px 0px 0px auto;
	cursor: pointer
}
#submit:hover {
	background:#870e18;
	}
.errors {
	list-style-type: none;
	margin-bottom: 5px;
}
.errors li {
	background: #cc0000;
	padding: 5px;
	font-size: 8pt;
	border: 1px solid #E0E0E0;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}
#forgot {
	width: 500px;
	font-size: 10pt;
	padding: 0px;
	margin: 0px auto;
	background: transparent;
	border-width: 0px;
	border-style: none;
	text-align: right;
}
#forgot a
{
	color: #27166f;
	text-decoration: undeline;
}
#forgot a:hover
{
	color: #9783E7;
	text-decoration: none;
}
.hint {
	padding: 5px;
	text-align: center;
	color: #B50000;
}
#message {
	width: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	margin-top: -80px;
	margin-left: -250px;
	color: #000000;
}
#message h1 {
	color: #DB241C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px dashed #DA251E;
}

