form {
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:hover, a:active { color: #b40602; }

a:hover {	text-decoration: none; }

.clear { clear: both; }

.floatLeft { float: left; }

/*++++++++++++++++++++++++++ BASIC LAYOUT +++++++++++++++++++++++++++++++++*/
body {  
	background: #FFF;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}
#outer {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	margin-top: 23px;
}
#header {
	height: 88px;
	text-align: left;
	position: relative;
}
#header h1, #header h2 {  
	margin: 0;
	padding: 0;
	font-weight: normal; 
	text-align: left;
	position: absolute;
	left: 110px;
}
#header h1 { 
	font-size: 1.2em;
	top: 15px;
	font-weight: bold;
	line-height: 1em;
	width: 290px;
}
#header h2 { 
	font-size: 1.1em;
	top: 50px;
	width: 280px;
	line-height: 1em;
}
h3.title {
	margin: 0; 
	padding: 0;
	background: #fff url(../images/LoginTitle.gif) top left repeat-x;
	color: #b40602;
	height: 22px;
	text-align: left;
	line-height: 22px;
	padding-left: 5px;
	font-size: 1.3em;
}
#main {
	background: #fff url(../images/LoginBackground.gif) top left repeat-x;
	text-align: left;
	padding: 0;
	min-height: 158px;
}
table.login {
	width: 350px;
	text-align: center;
	margin: auto;
}
td {
	text-align: left;
}
.button {
	text-align: right;
}
#footer {
	background: #fff url(../images/LoginBackground.gif) top left repeat-x;
	text-align: left;
	border-top: 1px solid #061868;
}
.left {
	float: left;
	width: 40%;
	padding: 10px 10px 30px 20px;
	border-right: 1px solid #CCC;
	margin-top: 10px;
}
.right {
	float: right;
	width: 40%;
	padding: 20px 0 30px 0;
}
.center {
	text-align: center;
	width: 100%;
	padding: 20px 0 30px 0;
}
.alert { 
	color: #900;
}
