/* @override http://www.foodforlanecounty.org/css/forms.css */

#header form {
	float: right;
	margin: 35px 20px 15px 0;
	display: inline;
}
#header form input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: none;

}
#header form input#search {
	text-align: right;
	padding: 5px;
	background: #FFF;
	color: #969696;
}
#header form input#go {
	background: transparent url(../images/global/search_submit.jpg) top left no-repeat;
	color: #FFF;
	text-indent: -9999px;
	width: 30px;
	height: 28px;
	text-transform: uppercase;
	padding: 5px;

}

#content_main form fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0 ;
	background-color: #fffef3;
}

#content_main form legend {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
}

#content_main form #basic_info label {
	display: block;
}

#content_main form input[type="text"] {
	border: 1px solid #CCC;
	padding: 10px;
	width: 95%;
}
#content_main form a {
	border-bottom: none;
}

#content_main form h4 {
	margin: 0 0 10px 0;
}
#content_main form div.check_question label {
	padding: 0 0 0 10px;
}

#content_main form div.rowElem1 {
	width: 250px;
	float: left;
	margin: 0 20px 10px 0;
}

#content_main form div.rowElem2 {
	width: 250px;
	float: left;
	margin: 0 0 10px 0;
}

#content_main form div.rowElem3 {
	width: 107px;
	float: left;
	margin: 0 0 10px 0;
}

#content_main form div.rowElem4 {
	margin: 0 0 10px 0;
}

#content_main form div.rowElem5 {
	width: 107px;
	float: left;
	margin: 0 0 10px 27px;
}

#content_main form #amount div.rowElem {
	width: 260px;
	float: left;
}

#content_main form #amount div.rowElem4 {
	width: 200px;
	float: left;
}
#content_main form #amount div.rowElem4 input[type="text"] {
	margin-left: 20px;
	padding: 5px;
}

#content_main form #preferences div.rowElem {
	width: 80px;
	float: left;
}

#content_main form #preferences div.rowElem1 {
	width: 155px;
	float: left;
}

#content_main form #preferences div.rowElem1 p {
	margin: 0px;
	padding: 0px;
}

#content_main form #interests div.rowElem {
	width: 260px;
	float: left;
}

#content_main form #interests div.rowElem4 {
	width: 200px;
	float: left;
}
#content_main form #interests div.rowElem4 input[type="text"] {
	margin-left: 20px;
	padding: 5px;
}

#content_main form label.error {
	color: #a02d22;
	font-weight: normal;
	font-style: italic;
}

#content_main div.check_question {
	display: block;
	clear: both;
	overflow: hidden;
	background: #f3fdd4;
	padding: 8px;
	margin: 10px 0 ;
}

#content_main fieldset div.check_question {
	margin: 10px 0 0 0;
}