#contact_form label {
	white-space: nowrap;
}
#contact_form input.text {
	width: 250px;
}
#contact_form textarea {
	width: 400px;
	height: 150px;
}