body
{
	background:url(../images/login_background.gif); 
	text-align:center; 
	height:100%; 
}
#site
{
	background:url(../images/login_base.png) no-repeat;
	width:585px; 
	height:240px; 
	margin:15% auto; 
	text-align:left; 
}
#instructions
{
	width:120px; 
	float:left;
	position:relative; 
	top:160px;
	left:29px; 
}
#form
{
	width:404px; 
	height:145px; 
	border:solid 1px #6787b4; 
	background:#c9d4e0;
	float:left; 
	position:relative;
	left:43px;
	top:49px; 
}
#form table
{ 
	position:relative; 	
	left:25px; 
	top:25px; 
}
#form input
{
	width:227px; 
	font-size:12px; 
	padding:2px; 
	background:#fff; 
	border:solid 1px #6787b4; 
}	
#website-name
{
	text-align:left; 
	font-size:24px; 
	float:left; 
	font-family:Trebuchet MS;
	font-weight:bold; 
	color:#5074a9; 
	width:400px; 
	position:relative;
	left:48px; 
	top:36px; 
}
#login-btn
{
	float:left; 
	border:solid 1px black;  	
}
input#login-btn
{
	background:0; 
	width:84px;
	float:right; 
	text-align:right;  
	border:0; 
	outline:0; 
}

