#contact {
	background-color: #F4F4FF;
	font-size: 90%;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

#contact img {
	float: left;
	margin: 0px 10px 10px 0px;
}

#contact table {
	border: thin dotted #7e7e7e;
	padding: 10px;
	background-color: #6699FF;
}

#contact th {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;
}

#contact td {
	vertical-align: top;
	padding-bottom: 15px;
}

#contact table table {
	border: none;
	padding: 0px;
}

#contact table table td {
	text-align: right;
	padding-bottom: 0px;
}