#form-holder {
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
}
#form-holder input {
	margin-top: 7px;
}

.form-quest {
	width: 300px;
	display: block;
	float: left;
}
#form-holder li {
	list-style-type: disc;
}

.form-line {
	margin-bottom: 5px;
}
fieldset {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #E5E5E5;
	margin-top: 20px;
	margin-right: 10px;
}
legend {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	color: #0077FF;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}	
.show-form {
	margin-bottom: 10px;
}
#land-res-left {
	width: 25%;
	float: left;
}
#land-res-mid {
	width: 25%;
	float: left;
}
#land-res-right {
	width: 50%;
	float: left;
}

#land-res-wrapper {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #736F6E;
	padding-bottom: 10px;
}
#ten-res-wrapper {
	border-bottom: 1px solid #736F6E;
	padding-bottom: 10px;
	width: 100%;
	float: left;
}
#ten-res-left,
#ten-res-right {
	width: 40%;
	float: left;
}
#building-info-wrapper {
	width: 100%;
	float: left;
}
#building-info-left,
#building-info-right {
	width: 40%;
	float: left;
}
#building-info-wrapper2 {
	width: 100%;
	float: left;
}
#building-info-left2,
#building-info-right2 {
	width: 40%;
	float: left;
}
.check-box-padding {
	margin-right: 15px;
}
#form-holder textarea {
	width: 590px;
	height: 150px;
}
