.contact	{
	width: 550px;
	margin: 0px auto 10px auto;
}

.contact	table	{
	width: 550px;
	table-layout: fixed;
	border-collapse: collapse;
}

.contact	th	{
	width: 150px;
	padding: 5px 0px;
	border: solid 1px #CCCCCC;
	background-color: rgb(240, 240, 240);
}

.contact	td	{
	width: 390px;
	padding: 5px;
	border: solid 1px #CCCCCC;
}

.contact	textarea	{
	width: 385px;
}
