a:link		{color: #666; text-decoration: none;}
a:visited	{color: #222; text-decoration: none;}
a:hover		{color: #888; text-decoration: underline;}
a:active	{color: #aaa; text-decoration: underline;}

#validate {
	text-align:center;
	margin: 2px;
	font-size:8pt;
}

label { color: #f00; }

#validate a:link	{color: #666; text-decoration: underline;}
#validate a:visited	{color: #222; text-decoration: underline;}
#validate a:hover	{color: #888; text-decoration: none;}
#validate a:active	{color: #aaa; text-decoration: none;}


#pagecontainer {
	position: absolute;
	top: 5%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow:visible;
	visibility: visible;
	display:block;
}

#contentcontainer {
	position: absolute;
	width:378px;
	left: 50%;
	margin-left: -189px;
}


#porch {
	color: #444;
	line-height:1.7;
	background-color: #eee;
	border: 2px dashed #444;
	font-family: sans-serif;
	text-align:  center;
	line-height:1.7;
}