/* CSS Document */

#table {
	width: 368px;
	vertical-align: top;
	background: url(/images/site/messagesbg.gif) no-repeat left top;
	border: 0px;
}

#table thead td {
	color: #003399;
	background-color: #BFCDE2;
	padding: 5px 10px;
}

#table tfoot td {
	vertical-align: top;
	border-bottom: 1px solid #003399;
	padding: 10px;	
}

#table tbody td {
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 5px 10px 10px;
}
