@CHARSET "ISO-8859-1";


#reg .formrow {
	float: left;
	min-height: 35px;
	clear: left;
	width: 800px;
}

#reg label, #reg .label {
	float: left;
	width: 100px;
}

#reg .error {
	float: right;
	width: 500px;
}

#reg input[type=submit] {
	margin-left: 100px;
	width: auto;
	float: left;
	clear: left;
}

#reg .nofloat {
	float: none;
	width: auto;
}
