/**
 * Forms
 */
form {
}
form div.offset {
	margin-left: 210px;
}
form ol li {
	padding: 2px 0px;
	clear: left;
}
form ol li label {
	margin-right: 10px;
	display: block; width: 200px; line-height: 26px;
	float: left;
	font-weight: bold;
	text-align: right;
}
form ol li label.radio, form ol li label.checkbox {
	line-height: 14px;
	display: inline;
	float: none; clear: none;
	font-weight: normal;
}
form input, form select, form textarea {
	border: 1px solid #c8c8c8;
	padding: 3px;
	height: 20px; line-height: 20px;
	color: #333333;
	font-family: "Lucida Grande", Calibri, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}
form select {
	padding-top: 5px;
	height: 28px; line-height: 18px;
}
form input[type=file], form input.file { height: 25px; }
form textarea {
	height: 40px; line-height: 14px;
	width: 300px;
}
form input.submit, form input.reset, form input.button {
	margin: 8px 18px 0px 0px;
	border: 1px solid #a1b57e;
	padding: 0px;
	height: 25px; width: 138px; line-height: 20px;
	float: left;
	background: transparent url(../img/button-bar.png) repeat-x scroll left -23px;
	color: #528200;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
form input.reset, form input.button {
	margin: 8px 0px 0px;
	border: 1px solid #a1a1a1;
	background-position: left 0px;
	color: #6c6c6c;
}
form input.status {
	margin-top: 8px;
	border: 0px none;
}
form div.form-desc {
	margin: 8px 0px 0px 210px;
	color: #888888;
	font-size: 12px;
}
