body 
{
	font-family: "Trebuchet MS",Arial;
	font-size: 16px;
	background-color: #CFCFCF;
}

.content
{
	position: relative;
	top: 100px;
	z-index: 2;
}

.content div
{
	width: 280px;
	margin-top: 118px;
	margin-bottom: 60px;
}

#signup_form form 
{
	background-color: #CCAAA5;
	padding: 10px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#user_name
{
	padding-bottom: 20px;
}

#password_input
{
	margin-left: 8px;
	margin-bottom: 44px;
}

#error_msg
{
	font-size: 20px;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

#year
{
	font-size: 20px;
}
