/* @override http://www.enjoylasallecounty.com/style.css */

.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#formLeft {
	float: left;
	padding: 0px 60px 0 60px;
	}
	#formLeft input {
		margin: 10px 0 20px 8px;
		border: none;
		text-align: center;
		background: #ffc;
		font-size: .9em;
	}
	#formLeft .input-bg {
		background: #ffc url(images/form-sm-bg.jpg) bottom left no-repeat transparent;
		height: 45px;
		margin-bottom: 20px;
		position: relative;
		border: 2px solid #ffc;
	}
	#formLeft .active {
		background: url(images/form-sm-bg.jpg) top left no-repeat transparent;
			border: 2px solid #eee;
}
label {
	display: block;
	font-size: 12px;
	text-indent: 10px;
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
label.error {
	position: absolute;
	top: -10px;
	right: 20px;
	padding: 3px;
	color: #da3939;
	font-size: .7em;
	font-style: italic;
	font-weight: normal;
}

input.submit-button {
	padding-right: 31px;
}
select{
	margin-bottom: 10px;
}
