/* (c) 2008 Mark Tomsu */

table.contact {
	
}

table.contact th {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 4px;
	border-bottom: 2px #fff solid;
	font-size: 15px;
	text-align: left;
}

table.contact td {
	color: #222;
	padding: 4px;
	background: #c3c3c3 url('../images/solutions/gray_bg.gif') repeat-x;
	height: 165px;
	vertical-align: top;
	text-align: left;
}