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

#form label {
	width: 150px;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
#form input {
	margin-bottom: 5px;
}
.clear  {
	clear: both;
}
.required {
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
