#custom_page .tab {
	background: transparent url(search_button.png) no-repeat scroll 0 0;
	color:#fff;
	float:left;
	font-size:11px;
	font-weight:bolder;
	margin:0 5px 0 0;
	padding:5px 5px 6px;
	text-align:center;
	width:106px;
}

#custom_page .tabActive {
	background: transparent url(search_button.png) no-repeat scroll 0 0;
	color:#fff;
	float:left;
	font-size:11px;
	font-weight:bolder;
	margin:0 5px 0 0;
	padding:5px 5px 6px;
	text-align:center;
	width:106px;
}
#custom_page .mail {
}
#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; }

