#form {
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}

#form label {
	float: left;
	width: 130px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

#form input, textarea, select {
	width: 200px;
	margin-bottom: 5px;
}

#form textarea {
	width: 250px;
	height: 150px;
}

#form .boxes {
	width: 1em;
}

#form .submitbutton {
	margin-left: 130px;
	margin-top: 5px;
	min-width: 90px;
}

#form  br {
	clear: left;
}

#form .required {
	font-size: 10px;
	color: #666;
}

#form .large {
	width: 400px;
}

#form .dah {
	display: none;
}
