.form LABEL {
	font-weight: bold;
	text-transform: none;
}

.form hr {
	margin-top: 3px;
}

.form table {
	margin-top: 5px;
}

.form table td.label {
	width: 144px;
	vertical-align: top;
}

.form span {
	color: #cbab6a;
	font-size: 10px;
	font-weight: bold;
}

.form INPUT[type="text"] {
	height: 20px;
	margin-bottom: 10px;
	width: 300px;
	padding-top: 3px;
}

.form INPUT[type="checkbox"] {
	float: left;
	margin: 3px 5px 0px 0px;
}

.form SELECT {
	min-height: 24px;
	margin: 0px 0 20px 0;
	width: 150px;
	padding: 3px 2px 0px 3px;
}

.form SELECT.multiple {
	width: 300px;
	height: 150px;
}