.form {
	width: 380px;
}

.form label, .form input, .form select {
	display: block;
}

.form label, .form input, .form select {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

input[type="checkbox"], input[type="radio"] {
	width: auto;
}

.form label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
	margin-top: 4px;
}

.form br {
	clear: left;
}

.form .buttonSet {
	text-align: center;
}

.form .invalid {
	color: #D00000;
	font-weight: bold;
}
