
/** OptionSets (Radio Buttons) **/
form .optionset li {
	display: inline-block; list-style: none;
	margin-right: 5px;
}

/** Required Fields **/
form .requiredField label.left:after {
	content: ' *'; color: red;
}

/** All Fields **/
form .field {
	display: block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 1em;
	clear: left;
}
table form .field {
	border-top: 0;
	margin-top: 0;
}
form .field+.field {
	margin-top: 0.5em;
}
form .field label.left {
	color: #222; width: 120px; margin-right: 10px;
	margin-bottom: 15px; font-size: smaller;
}
form .field.optionset label.left {
	margin-top: 0px;
}
form .field.dropdown label.left {
	margin-top: 2px;
}
form .field.file label.left {
	margin-top: 3px;
}
form .field label.right {
	float: none !important;
	margin: 0 !important;
	font-size: smaller;
}
.narrowColumnForm form .field label.left {
	width: auto;
	float: none;
	display: block;
}
form .field .literalFieldArea {
	padding-top: 6px;
}
form .field .required, form .field .message {
	display: block; font-style: italic;
	font-family: Arial, sans-serif; font-size: 75%;
	color: red;
}
form .FormHeading {
	clear: left;
}

/** Generic Form Formatting **/
*+form {
	margin-top: 2em;
}

form fieldset {
	border: 0;
	padding: 0;
}

form input.text, form input.mathspamprotector, form textarea, form select {
	border: 1px solid #cfcfcf;
	width: 300px;
	padding: 6px;
	border-radius: 4px;
	margin: 0;
}
form select {
	width: auto;
}
.SearchWidget form {
	padding-right: 14px;
}
form input.text.searchInput {
	width: 100%;
}
.gecko.win form select {
	border-radius: 4px; padding: 2px; margin-top: -1px;
}
.ie.win form select {
	border-radius: 4px; padding: 2px; margin-top: 0px;
}
form input[type='submit'], form input[type='reset'] {
	-webkit-appearance: none;
	background: #465070;
	border: 0;
	color: white;
	border-radius: 4px;
	padding: 7px 16px;
	margin-top: 2em;
	cursor: pointer;
}
form input[type='checkbox'], form input[type='radio'] {
	vertical-align: baseline;
	margin: 0; margin-right: 5px;
}

form#Form_CommentsForm label.left {
	font-size: smaller;
}
