table.form_modules_contact
{
	border: 0;
	padding: 0;
	margin: 0;
}

table.form_modules_contact td
{
	padding: 0 0 10px 0;
	margin: 0;
}

table.form_modules_contact .contact_name
{
	padding-right: 10px;
}

table.form_modules_contact p
{
	margin-bottom: 3px;
}

table.form_modules_contact label
{
	font-weight: bold;
}

table.form_modules_contact input,
table.form_modules_contact textarea
{
	padding: 7px;
}

table.form_modules_contact .contact_name input,
table.form_modules_contact .contact_email input
{
	width: 184px;
}

table.form_modules_contact .contact_subject input,
table.form_modules_contact .contact_message textarea
{
	width: 400px;
}

table.form_modules_contact .contact_message textarea
{
	min-height: 200px;
}