﻿
body
{
	background: #E3E3E3;	
}

#login
{
	position: absolute;
	width: 450px;
	background: #FFF;
	border: solid 2px #900;
	padding: 20px 15px;
	opacity: 0.9;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -225px;
}

#login h3
{
	font: bold 32px "trebuchet MS";
	color: #900;
	letter-spacing: -1px; 	
	text-align: center;
	margin-bottom: 10px;
}

#login label
{
	font: bold 18px "trebuchet MS";
	color: #666;
	letter-spacing: -1px;
}

#login input[type="text"], input[type="password"]
{
	font: bold 18px "trebuchet MS";
	color: #900;
	letter-spacing: -1px;
	border: solid 1px #666;
}

#login a
{
	float: left;
	font: bold 18px "trebuchet MS";
	color: #066;
	letter-spacing: -1px;
	text-align: center;
	border: solid 1px #066;
	padding: 10px 15px;
	margin: 20px 0px 0px 40px;
}