/* ============================================================
	Form 1
============================================================ */

form fieldset label span {
	width: 250px;
}

form fieldset label textarea {
	clear: left;
}

form fieldset textarea {
	display: block;
	height: 7em;
	width: 460px;
}	

div.section input.cb {
	width: 30px;
}

div.section table {
	margin-bottom: 1em;
	width: auto;
}

div.section table caption {
	text-align: left;
}

div.section table th,
div.section table td {
	padding: 0 0.5em;
	text-align: left;
}

div.section table input {
	width: 100px;
}
