fieldset,
form div {
	margin-bottom:10px;
}
.submit {
	margin-bottom:0;
}

.col div {
	width:48%;
	float:left;
}
.col div:nth-child(odd) {
	margin-right:4%;
}

legend {
	margin-bottom:15px;
	font-weight:700;
	font-size:1.538461538461538em;
	color:#010101;
}
#content legend {
	font-size:1.3em;
	font-weight:600;
}
label {
	display:block;
	margin-bottom:5px;
	font-weight:600;
	color:#000;
}
.required label:after {
	content:' *';
	color:#ff0000;
}
input, select, textarea {
	width:100%;
	margin:0;padding:0 5px;
	font-family:inherit;
	font-size:0.9230769230769231em;
	color:#808080;
	border:1px solid #d4d4d4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
input, select {
	height:22px;
}
select {
	padding:0 0 0 5px;
}
#content form input, 
#content form select {
	height:;
}
.agree input {
	width:auto;height:auto;
	margin-right:5px;
	vertical-align:middle;
}
.agree label {
	display:inline;
	margin:0;
	font-size:0.9230769230769231em;
	color:#808080;
	vertical-align:middle;
}
#content form div.agree {
	margin-bottom:5px;
}
#content .agree label {
	font-size:1em;
	color:#000;
}
#content .error .agree label,
.error label {
	color:#ff0000;
}
.error input,
.error textarea,
.error select {
	border-color:#ff0000;
}
#leasing-calculator legend {
	font-size:1em;
	text-transform:uppercase;
}

/* Button */
.submit input,
.button {
	display:inline-block;
	width:auto;height:auto;
	padding:0 8px;
	color:#fff;
	background:#2b9ef4;
	text-decoration:none;
	line-height:1.538461538461538em;
	border-width:0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-shadow: 0px 1px 1px rgba(6, 11, 15, 0.1);
	cursor:pointer;
	font-size:1em;
}
.button.reset {
	margin-right:10px;
	background:#ef2f22;
	float:left;
}
#search .submit {
	margin-bottom:20px;
}
.info {
	font-size:0.7692307692307692em;
	line-height:1.2em;
}

/* Filter */
#filter legend {
	position:relative;
	display:block;
	width:100%;
	margin-bottom:0;
	font-size:0.9230769230769231em;
	line-height:2em;
	color:#000;
	border-top:1px solid #d2d2d2;
}
#filter .agree {
	margin-bottom:0;
}
.add-new {
	padding-left:15px;
	background:url('../images/add.png') no-repeat 0 center;
}
.agree.active label {
	font-weight:700;
	color:#4c4c4c;
}
legend a {
	position:absolute;
	top:6px;right:0;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	background:url('../images/filter.png') no-repeat 0 center;
}
fieldset.closed div {
	display:none;
}
a.clear {
	right:14px;
	width:10px;height:10px;
}
a.switch {
	width:7px;height:10px;
	background-position:-22px center;
}
.closed a.switch {
	background-position:-13px center;
}
.range div {
	margin-bottom:0;
}
.range .select,
.range input {
	width:48%;
	float:left;
}
.range span {
	display:block;
	width:4%;
	text-align:center;
	float:left;
}

/* Helper Classes */
.hide label {
	display:none;
}

.label-after input[type=radio] {
    float: left;
    width: 22px;
    margin-top: 2px;
    height: auto !important;
}