@CHARSET "UTF-8";

/*
 * Register box
 */

#register-box
{
	width: 600px;
	overflow: auto;
	max-width: 600px;
	/*margin-top: auto;
	margin-bottom: auto;*/
	/*height: 180px !important;*/
}

#register-box form
{
	padding-left: 2em;
	padding-right: 2em;
}

#register-box form input[type=text],
#register-box form input[type=password]
{
	width: 80%;
}

#register-box .errors
{
	font-size: 80%;
	color: #f00;	
}
