/* CONTACT */

table.contact
{
	border-style:none;
	margin:0 auto;
	width:500px;
}

table.contact th
{
	font-weight:bold;
	text-align:left;
	width:200px;
}

table.contact td input.error
{
	border:1px dotted #FF0000;
}

table.contact td input
{
	width:290px;
	border:1px solid #000000;
}

table.contact td textarea.error
{
	border:1px dotted #FF0000;
}

table.contact td textarea
{
	width:492px;
	height:120px;
	border:1px solid #000000;
}

table.contact td input.submit
{
	width:200px;
	float:right;
}

.thumb
{
	float:left;
	width:180px;
	height:190px;
	margin-right:13px;
}