/* CSS Document */

form {
	/*font-size: 1em;*/
	margin: 0;
	padding: 0;
	}

fieldset {
	border: 1px solid #53401F;
	margin: 0;
	padding: 6px 22px 12px;
	}
fieldset.group {
	padding: 4px;
	display: inline;
	}
fieldset.none {
	border: none;
	}

legend {
	line-height: 150%;
	padding: 2px 6px;
	}
legend.group {
	line-height: normal;
	padding: 2px 4px;
	}

label {
	background: inherit;
	float: right;
	display: inline;
	font-weight: bold;
	text-align: right;
}
label.radio {
	float: none;
	font-weight: normal;
	vertical-align: middle;
	margin: 2px 8px 0 0;
}
label.inline { 
	float: none;
	margin-right: 2px; 
	display: inline;
	}
label.plain {
	width: auto;
	font-weight: normal;
	text-align: left;
	margin: 0px;
}

.optiongroup {
	float: left;
	display: inline;
	text-align: left;
	margin: 5px 20px 10px 10px;
	}
	
div.row {
	clear: both;
	width: 98%;
	padding-top: 5px;
	}

div.row .label {
	float: left;
	display: inline;
	width: 22%;
	text-align: right;
	/*margin-right: 10px;*/
	}

div.row .formw {
	float: right;
	display: inline;
	width: 76%;
	text-align: left;
	}

input, select, textarea {
	font-family: inherit;
	font-size: 1.1em;
	border: 1px solid #53401F;
	padding: 0;
}

option {
	padding: 1px 12px 1px 4px;
	}
	
select.multiple {
	height: auto;
	overflow: scroll;
}
select.fluid { 
	width: auto;
	margin-right: 12px;
	display: inline;
	}

input {
	font-size: 12px;
	line-height: normal;
	padding: 1px;
	}

input.textbox, input.longtext {
	width: 50%;
}
input.mediumtext {
	width: 25%;
}
input.shorttext {
	width: 50px;
}
input.fileinput {
	height: auto;
	line-height: normal;
	width: 25%;
	border: 1px solid #666;
	}

input.radio {
	line-height: normal;
	vertical-align: middle;
	border: 0;
}

input.formbutton, a.formbutton, a.formbutton:visited, a.formbutton:active {
	font-family: inherit;
	font-size: 1em;
	height: 2em;
	line-height: 1.5;
	vertical-align: bottom;
	color: #000;
	background: #CCC;
	padding: 2px;
	margin-top: 4px;
}

input.formbutton:hover, a.formbutton:hover {
	color: #fff;
	background: #B03F21;
}

textarea {
	width: 96%;
	height: 150px;
	}
#wysiwyg {
	width: 96%;
	height: 350px;
	}


#searchform {
	margin: 0 0 24px 0;
	text-align: center;
	}
#searchform select, #searchform select option {
	width: 140px;
	margin: 2px;
	}
#searchform input {
	width: 100px;
	height: 16px;
	margin: 2px;
	vertical-align: middle;
	}
#searchform input.button {
	width: 30px;
	}


/* misc classes */

.error {
	font-weight: bold;
	color: #B03F21;
	}