@charset "utf-8";
/* CSS Document */

.form_seperator {
	padding: 2px;
	clear: both;
	width: 655px;
}
.form_seperator label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding: 5px 10px 10px 10px;
}
.form_seperator input {
	display: inline-block;
	float: left;
	margin-right: 5px;
}
#registration_form .big_label {
	clear: both;
	display: block;
	font-weight: bold;
	padding: 5px;
	margin: 2px;
	background-color:#F0F0F0;
}
.form_seperator .submit {
	width: auto;
}
#registration_form .important {
	font-size: 10px;
	color: #FF0000;
	font-weight:bold;
	text-transform:uppercase;
}
#registration_form .non_important {
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	text-transform:uppercase;
}
