/* contacts page styles*/

table.contact {
	padding:0 !important;
	margin:0 !important;
	width: 556px;
}

table.contact th {
	margin:0 !important;
	padding:2px !important;
	font-weight: bold;
	color: #222222;
	background: #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

table.contact th.post{
	background: #555555;
	color:#ffffff;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

table.contact td {
	margin:0 !important;
	padding:2px !important;
	font-weight: normal;
	color: #333333;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
