/* ---------------------------------------- */
/* Florida Department of Agriculture        */
/* Developed in the Division of Marketing   */
/* www.florida-agriculture.com              */
/* ---------------------------------------- */

#main form {
	font-size:12px;
	line-height:1.5em;
	margin-left:auto;
	margin-right:auto;
	width:450px;
}
#ContactForm fieldset {
	display: block;
	margin: 5px;
	padding:10px;
	padding-left:20px;
	border: 1px solid #125B9B;
	width:35em;
	margin-bottom:15px;	
	}
#ContactForm input.inputbox {
	border: 1px solid #125B9B;
}
#ContactForm textarea {
	border: 1px solid #125B9B;
	width:30em;
}
#ContactForm fieldset.check input {
	clear:both;
	float:left;
	width:auto;
}
#ContactForm checkbox {
	display: inline
}
/*/#ContactForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
}

#ContactForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#ContactForm fieldset.radio label
{
	font-weight: normal;
}/*/

#ContactForm input {
	display: block;
	width: 30em;
}
#ContactForm legend {
	color:#125B9B;
	font-weight:bold;

}
#ContactForm input.button {
	width: 6em;
	/* \*/
	display:inline;
	/* */
	padding: 3px;
}
#ContactForm label {
	display: block;
	margin-bottom: 1em;
}
#ContactForm label.first {
	padding-top: 1em;
}
#ContactForm select {
	display: block;
	border: 1px solid #125B9B;
}
#ContactForm fieldset.radio input {
	position: static;
	clear: both;
	float: left;
	width:20px;
}
#ContactForm fieldset.radio label {
	/*/position: relative;
	top: -1.25em;
	display: inline;/*/
	width: auto;
	margin: 0;
	font-weight: bold;
	font-weight: normal;
}
#ContactForm input.special {
	display:inline;
	width:auto;
}

