#custom_page .tab {
	background: #c91c3f;
	color: #fff; 
	width: 180px;
	cursor:pointer;
	padding: 2px 5px;
}

#custom_page .tabActive {
	cursor:pointer;
	background: #f1f1f1;
	color: #7a7a7b;
	width: 180px;
	padding: 7px 10px;	
}
#custom_page .mail {
	background: #f1f1f1;
	color: #7a7a7b;
	margin: 0 0 10px 0;
	padding: 20px 10px 10px 10px;	
}
#custom_page .mail table{
	border-collapse:collapse;
}
#custom_page .mail .odd{
	background: #e5e5e5;
}

#custom_page .mail table th {
	background: #666;
	color: #fff;	
	padding: 4px 0;
}

#custom_page .mail table td {
	padding: 5px 10px;	
}

