#custom_page .tab {
	background: #0098ba;
	color: #fff; 
	width: 180px;
	cursor:pointer;
	padding: 3px;
}

#custom_page .tabActive {
	cursor:pointer;
	background: #e5e5e5;
	color: #000;
	width: 180px;
	padding: 3px;	
}
#custom_page .mail {
	cursor:pointer;
	background: #e5e5e5;
	color: #000;
	padding: 5px;	
}
#custom_page .mail table{
	border-collapse:collapse;
}
#custom_page .mail .odd{
	background: #cfcfcf;
}

#custom_page .mail table th {
	background: #333;
	color: #fff;	
}

table.form { border-collapse: collapse; }
table.form td {   padding: 2px 10px 2px 0px;}
table.form td input { width: 150px; }
table.form td input.button { width: auto; }

