div.registerform {
	width: 420px;
	clear: both;
	margin-bottom: 20px;
}
div.registerform div.label {
	padding-top: 8px;
	height: 20px;
	width: 160px;
	float: left;
}
div.registerform div.content {
	padding-top: 4px;
	height: 25px;
	width: 255px;
	float: left;
}
div.loginbox div.label {
	padding-top: 8px;
	width: 160px;
	float: left;
}
div.loginbox div.content {
	padding-top: 4px;
	width: 260px;
	float: left;
}
input.login {
	width: 150px;
	height: 14px;
	font-size: 11px;
	border: #666666 solid 1px;
	margin-top: 4px;
}
input.email {
	width: 200px;
	height: 14px;
	font-size: 11px;
	border: #666666 solid 1px;
	margin-top: 4px;
}
input.tx-srfeuserregister-pi1-text, input.tx-srfeuserregister-pi1-password, select {
	width: 250px;
	height: 19px;
	font-size: 11px;
	border: #666666 solid 1px;
	margin-top: 4px;
}
input.tx-srfeuserregister-pi1-submit {
	margin-top: 10px;
}
div.registerform div.tx-srfeuserregister-pi1-notice {
	clear: both;
	border-top: 10px solid #FFFFFF;
	width: 100%;
}
div.registerform div.submit_button {
	clear: both;
	border-top: 10px solid #FFFFFF;
	width: 100%;
}
p.tx-srfeuserregister-pi1-error {
	color: #EE325C;
	font-weight: bold;
	line-height: 15px;
	margin: 0px;
}
