
p {
	line-height: 1.4;
	padding: 0 4px;
}

table.contactArea {
	margin-top: 0;
}


/* --- Form --- */

#formArea {
	width: 440px;
	margin: 0 0 0 4px;
}
table.form {
	background: #f9f9e9;
}
table.form th {
	text-align: left;
	padding: 14px 4px 4px 10px;
	font-weight: normal;
	line-height: 1.2;
}
table.form th .sub {
	color: #c00000;
}
table.form td {
	padding: 14px 10px 4px 4px;
}
table.form td.query {
	text-align: center;
	padding: 24px 10px 10px 10px;
}

table.form input#f_name,
table.form input#f_mailaddress {
	width: 200px;
}
table.form input#f_number {
	width: 140px;
}
table.form textarea#f_message {
	width: 300px;
}
