﻿@charset "utf-8";

/* -----------------------------------------------------------------
   servicerate
----------------------------------------------------------------- */
#main .left .content .rate table {
	margin     : 0 auto 10px auto;
	text-align : center;
	border     : 1px solid #333;
}

#main .left .content .rate table tr th {
	width         : 200px;
	margin        : 0;
	padding       : 5px 10px;
	background    : #AD1A1A;
	border-right  : 1px solid #333;
	border-bottom : 1px solid #333;
	text-align    : center;
	color         : #fff;
}

#main .left .content .rate table tr td {
	width         : 150px;
	margin        : 0;
	padding       : 5px 10px;
	border-right  : 1px solid #333;
	border-bottom : 1px solid #333;
	text-align    : center;
}