*
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
body
{
	background-color: #ddd;
	color: #545454;
	margin:0;
	padding:0;
}
.content
{
	background-color: white;
	width:310px;
	height:226px;
	
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-113px;
	margin-left: -160px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	
	
	font-size: 12px;
	font-weight: bold;
}
.content.register
{
	
	width:310px;
	height:409px;
	margin-top:-204px;
	margin-left: -160px;
}
.content hr
{
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-bottom: 1px solid #e9e9e9;
	clear: left;
}
.content h1
{
	font-size: 20px;
	text-align: center;
}
.content form
{
	display: inline;
}
.content #form
{
	padding: 10px;
}
.content form .submitinput
{
	width: 100px;
	margin-right: 10px;
	margin-top: 9px;
	margin-bottom: 8px;
}
.content .buttonbar
{
	text-align: right;
}
.content .textinput
{
	width: 280px;
	border-style: inset;
	border-width: 1px;
	height: 28px;
	font-size: 18px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 0px;
}
.content .label
{
	margin-bottom: 4px;
}
.content .registration-error
{
	text-align: center;
	padding-top: 12px;
}
