#tariff_search {
	vertical-align:middle;
	color: #000;
}

#tariff_search select.title { 
	font-size:1.5em;
	width:220px;
}

#tariff_search input.title { 
	font-size:1.5em;
}

#tariff_table td {
	width:100%;
	padding:6px 6px 6px 15px;
	border-bottom: 1px solid #DDD;
}
#tariff_table {
	color: #000;
	width:100%;
	margin-bottom: 25px;
}

#tariff_table th{
	padding:6px 6px 6px 15px;
	border-bottom: 2px solid #18AAEF;
}

#tariff_table th, #tariff_table tr:hover th{
	background: #FFF;
	color: #000;
}

#tariff_table tr:hover td{
	background:#F1FAFF;
	color: #18AAEF;
}

#tariff_detail a {
	color: #18AAEF;
}