form, select, input
{
	font-family: Trebuchet MS;	
	font-size: 14px;
}


#feedbackForm
{
	width: 80%;
	margin: 0 auto;
}

#feedbackForm table
{
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	border-collapse: collapse;
}

#feedbackForm table td
{
	w idth: 50%;
	
	margin: 0;
	padding: 3px 6px;
}

#feedbackForm input.text, #feedbackForm .textareaWidth
{
	width: 100%;
}

#feedbackForm .textareaHeight
{
	150px;
}


#buttonSend, #buttonSend input
{
	width: 90px;
}