﻿body {
	background-color: white;
}

#login-bg {
	position: absolute;
	top: 66px;
	width: 700px;
	height: 393px;
	left: 50%;
	margin-left: -350px;
	border: 2px solid black;
	background-color: #C51E33;
	box-shadow: 6px 6px 9px rgba(100,100,100,0.7);
}
#login-logo-box {
	position: absolute;
	top: 6px;
	width: 648px;
	left: 50%;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-left: -344px;
	height: 200px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center right;
}

#login-box {
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -135px;
	width: 300px;
	text-align: center;
	font-size: 14px;
}
#login-box label {
	float: left;
	width: 85px;
	font-weight: bold;
	color: white;
}
#login-box input {
	width: 144px;
	color: black;
}
#login-box button {
	float: right;
	color: white;
	margin-top: 2px;
	background-color: black;
	border: 1px solid white;
	font-weight: bold;
	line-height: 38px;
}
@-moz-document url-prefix() {
    #login-box button {
	    margin-top: 3px;
    }
}
#notes {
	position: absolute;
	bottom: 35px;
	width: 688px;
	left: 50%;
	margin-left: -344px;
	height: 25px;
	text-align: center;
	color: white;
}
#bottom-bar {
	position: absolute;
	bottom: 6px;
	width: 688px;
	left: 50%;
	margin-left: -344px;
	height: 35px;
	text-align: center;
	background-color: #C51E33;
}
#bottom-bar a {
	margin-left: 40px;
	margin-right: 40px;
	line-height: 50px;
	color: white;
	text-decoration: none;
}
#bottom-bar a:hover {
	color: #444444;
}
#copyright-notice {
	position: absolute;
	left: 50%;
	bottom: 32px;
	height: 98px;
	width: 648px;
	margin-left: -342px;
	border: 6px solid #999;
	padding: 12px;
	background-color: #ddd;
	color: #000;
	font-size: 0.8em;
}
#copyright-close {
    position: absolute;
    bottom: 0px;
    right: 5px;
	text-align: right;
	color: #666;
	cursor: pointer;
}

.validation-summary-errors
{
	position: absolute;
	top: 10px;
	left: 320px;	
	width: 165px;
	height: 55px;	
    color: #FFFFFF;
    text-align:left;
    font-size:10px;
} 

#lnkContact
{
	color: white;
	text-decoration: underline;
}

#lnkContact:hover {
	font-weight: bold;
}
