form.standard legend {
font-size: 1.3em;
color: #3A4730;
font-weight: bold;
padding-bottom: 6px;
}

form.standard select {
_margin-top: 2px;
}

form.standard fieldset {
margin: 0 0 15px 0;
padding: 5px;
}

	form.standard fieldset p {
	margin: 0 0 10px 0;
	}

form.standard div.oneCol, form.standard div.twoCol, form.standard div.oneColInline {
background: #F5F7EE url(/images/formdivbg.png) repeat-x left top;
border: solid 1px #ddd;
padding: 3px;
margin: 0 0 10px 0;
min-height: 37px; _height: 40px;
}

form.standard div.oneCol {
clear: both;
}

form.standard div.twoCol {
width: 48%;
}


form.standard div.oneColInline {
min-height: 1px;
overflow: hidden; _overflow: visible; _height: 1px;
}

form.standard div strong {
display: block;
margin-bottom: 7px;
}

form.standard div.oneColInline strong {
display: block;
float: left;
width: 110px;
}

	form.standard div input.long {
	width: 220px;
	}

form.standard div.insError {
	background: #f58c7a url(http://assets.alachuacounty.us/images/alert-symbol-F58C7A-bg.gif) no-repeat 99.5% center;
}

form.standard span.errorMess {
display: block;
color: #fff;
font: bold .8em Verdana, Arial, sans-serif;
}


form.standard .tiny {
width: 30px;
}

form.standard .short {
width: 90px;
}

form.standard .full {
width: 99%;
}
form.standard textarea.full {
height: 85px;
}


div.wysiwyg table {
	width: 100%;
	background-color: #fff;
}

form.standard h4 {
	font: bold 17px "Georgia", "Times New Roman", Times, serif;
	margin: 2px 0 5px 2px;
	color: #20351D;
}


