#contactBox
{
	width: 840px;
	height: 378px;
	background-image: url(../img/bg_contact.jpg);
}

#rightBox
{
	width: 320px;
	margin-right: 60px;
	float: right;
	margin-top: 30px;
	font-size: 10px;
	text-align: right;
}

#contactHeader
{
	margin-bottom: 6px;
}

#rightBox input, #rightBox textarea
{
	border: solid 1px #000000;
	margin-top: 4px;
	margin-bottom: 6px;
}

#rightBox textarea
{
	width: 275px;
	height: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#rightBox input
{
	width: 185px;
}