#contact-form {
	width: 550px;
}

#contact-form table {
	width: 550px;
}

#contact-form table td {
	vertical-align: bottom;
}

#contact-form table input.text {
	width: 300px;
	border: 1px solid #FBD115;
}

#contact-form table textarea.textarea {
	width: 300px;
	height: 150px;
	border: 1px solid #FBD115;
}