/* @override http://mt.brokt.com/css/form.css */

#id_state, #id_seller_current_state, #id_buyer_current_state, #id_buyer_after_closing_state {
	width: 30px;
}
#id_zip, #id_seller_current_zip, #id_buyer_current_zip, #id_buyer_after_closing_zip {
	width: 60px;
}
#id_city, #id_seller_current_city, #id_buyer_current_city, #id_buyer_after_closing_city {
	width: 100px;
}

fieldset {
	height: 200px;
	padding: 10px;
	border: none;
	font-size: .8em;
	display: block;
	width:  600px;
}

.steptitle {
	margin: 0px 0 10px 0;
	font-size: 2em;
}

.step p {
	clear: left;
	line-height: 200%;
	padding-bottom: 30px;
}

.step br {
	clear: left;
}

.step label {
	display: block;
	float: left;
	text-align: right;
	width: 120px;
	margin: 0px 8px 0 0;
}

.step input, select {
	float: left;
}

label.state {
	width: 40px;
}

label.zip {
	width: 60px;
}

label.phone2, label.phone3 {
	width: 40px;
}

label#other_property_type {
	width: 100px;
}

label#seller_status_other, label#buyer_buyer_status_other {
	width: 40px;
}

#emailnote {
	margin: 10px 10px 10px 120px;
}

#comparables {
	width: 200px;
}

#neighborhoodinfo {
	width: 200px;
}


.formnav {
	width: 100px;
	border: none;
	padding: 10px;
	float: right;
	position: relative;
	top: -185px;
	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.formnav p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.2em;
}

.navbuttons {
	cursor: pointer;
}

.progressbar {
	text-align: center;
	color: #333;
}

.back, .next {
	margin-bottom: 2px;
}

.nextbox1 {
	width: 50px;
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-family: "Helvetica", "Arial", sans-serif;
}

.nextbox, .backbox {
	width: 50px;
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-family: "Helvetica", "Arial", sans-serif;
}
.backbox {
	float:left;
}
.nextbox {
	float: right;
}

.navbuttonlabel {
	font-size: .8em;
}

