form#contact {
	padding: 10px;
	background-color: #FFFFFF;
}
#contact td {
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
}
#contact td.lbl {
	width :  75px;
	vertical-align: top;
}
#contact td label {
	text-align: right;
}
#contact td input {
	width : 175px;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
	border: 1px solid #000099;
}
#contact td textarea {
	width : 275px;
	height: 100px;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
	border: 1px solid #000099;
}