table.contacts-table {
	width:100%;
}

table.contacts-table thead tr th {
	background:transparent url("../images/orange_table_header_bg.png") repeat-x 0 0;
	height:28px;
	line-height:28px;
}

table.contacts-table td {
	padding:5px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

table.contacts-table td:first-child {
	border-left:solid 1px #ccc;
}

table.contacts-table td.inner-header {
	background:#eee9d3;
	line-height:28px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:0 5px;
}

table.contacts-table tbody tr:first-child td.inner-header {
	border-top:solid 1px #ccc;
}

