/* inquiry.view.css */
fieldset {
	margin: 15px 0;
	padding: 15px 0 0 0;
	
	line-height: 24px;
	
	border-top: 1px solid #DDDDDD;
}

legend {
	padding: 0 10px 0 0;
	font-size: 12px;
	font-weight: bold;
}

label {
	float: left;
	clear: both;
	width: 200px;
}

textarea {
	width: 200px;
	height: 60px;
}

input.text {
	width: 200px;
}

#form_postcode {
	width: 45px;
}
#form_location {
	width: 150px;
}

#form_nights,
#form_rooms,
#form_guests,
#form_children {
	width: 35px;
}
