#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 table.mail  { width:100%; border-collapse: collapse;  }
#custom_page table.mail th { font-size:12px; text-align:left; background: url(bg-th.png) repeat-x; color:#fff; padding:4px; font-weight: bolder; height: 33px; border: none !important;  }
#custom_page .mail td { background: #f1f1f1; padding: 5px; border-bottom: 1px #fff solid; }
#custom_page .mail .odd{ background: #cfcfcf; }

#newMessage { margin: 10px 0 0 0; }

#forumBody .green {	background: #4c185c; color: #fff; padding: 0 4px; margin: 0 5px 0 0; text-decoration: none; font-weight: normal !important; }
#forumBody .green:hover {	background: #6f2684; text-decoration: none !important; }

table.form { border-collapse: collapse; }
table.form td { padding: 5px 3px; }
table.form td.label { width: 100px; }
table.form td input.button { width: auto; }
table.form .toolbar { margin: 0 0 10px 0; }
table.form .toolbar img { margin: 0 5px 0 0; }

