﻿html{
	background: black;
}
body{
	background: black;
	margin: 0;
	padding: 0;
}
.container{
	margin: 0 auto;
}
#header{
	text-align: right;
}
#mainImage{
	margin-top: 8px;
	min-width: 550px;
	min-height: 469px;
}
#quote{
	margin-top: 138px;
	min-height: 119px;
	min-width: 390px;
}
#logo{
	margin-top: 15px;
}
#login{
	background: url(../../images/form_bg.gif) repeat-y left;
	padding-top: 10px;
	min-height:27px;
}
.loginError{
 position:absolute;
 left:0px;
 top:-25px;
 display:none;
 border:solid 0px red;
 color: #fff600; 
 font-family: arial, verdana; 
 font-size: 12px;	
}

form#loginform table {
position:absolute;
top:3px;
left:0px;	
border: solid 0px red;
}

form#loginform table tr td{
line-height:20px;
vertical-align:middle;	
}

form#loginform span{
	font-family: "Times New Roman",Times,Georgia,serif;
	font-size: 14px;
	font-weight: normal;
	color: #dd9a09;
	margin-left: 15px;
}
form#loginform input{
	display: inline;
	width: 118px;
	padding: 0;
}

form#loginform input#submitbutton{
	width: 80px;
	height: 25px;
	margin: 0 506px -3px 0;
	padding-top: 0;
	float: right;
}
.warning {
	width: 100%;
	height: auto;
	left: 0px;
	padding: 10px;
	position: fixed;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-image: url(../../images/warning_bg.png);
	background-color: #4c0011;
	background-repeat: repeat-x;
	border-bottom: 2px solid #c90;
}
.email_bottom
{
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:center;
position: absolute;
top: 600px;
left: 50%;
margin-left: -150px;
}
