@charset "utf-8";
body {
	background-color: #CAC9CE;
	font-family: "Lucida Grande","Trebuchet MS","Lucida Sans Unicode","Luxi Sans","Helvetica",arial,helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
	word-spacing: 2px;
}
p {
	margin-bottom: 1em;
	margin-top: 0px;
}
.hidden {
visibility: hidden;
}
.active {
background-color: white;
}
#validator {
position: absolute;
top: 620px;
left: 50%;
margin-left: 120px;
font-size: 10px; 
}
#validator a:link, a:visited {
text-decoration: none;
color: white;
}
#validator a:hover {
text-decoration: underline;
}
#container {
	position: absolute;
	height: 617px;
	width: 404px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 50%;
	margin-left: -202px;
	background-color: white;
}
#content {
	position: relative;
	background: white;
	width: 300px;
	left: 30px;
	top: 275px;
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#email {
	font-weight: bold;
	color: #76805B;
	padding: 3px 10px;
	font-size: 11px;
	position: relative;
	top: 0;
	left: 60px;
	cursor: default;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #eee;
}
#copyright {
	position: absolute;
	top: 620px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: white;
	font-style: italic;
	left: 50%;
	margin-left: -180px;
}
#firefox {
	display: none;
	margin-left: -175px;
	position: absolute;
	left: 50%;
	top: 550px;
}
