@charset "UTF-8";
/* CSS Document */

<!--
.labelblock {
	text-align: right;
	display: block;
	width: 150px;
	float: left;
	padding-right: 5px;
	clear: left;
}
.labelblockms {
	text-align: right;
	display: inline;
	float: none;
	padding-right: 5px;
	padding-left: 10px;
}
#registration fieldset {
	background: #EEE;
	border: 1px solid #999999;
	font: 14px Arial, Helvetica, sans-serif;
}

#registration #submit {
	clear: both;
	margin-top: 20px;
}

#registration p {
	margin-top: 4px;
	margin-bottom: 12px;
	clear: left;
	float: none;
}
#registration select {
}

#registration hr {
	visibility: hidden;
}
#registration fieldset fieldset {
	border-style: none;
	margin-left: 150px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
