﻿#calculate{
text-align: center;
margin:0 auto; 
padding:0px;
border:0px;

font-family:'Helvetica Neue', Verdana, 微軟正黑體, 'Microsoft JhengHei', 'Microsoft YaHei', "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

/* 隔行样式*/
.tr_bg_999{                             
	background-color:#CCC;
}

/* 表格第一样样式*/
.result_tr_first
{
	background-color:#333;
	color:#FFF;
}

/* 表格第一列样式 */
.result_td_first
{
	text-decoration:underline;
}

/*标记值样式*/
.result_td_index
{
	background-color:#FF7D7D;
	color:#00C;
}
/*鼠标经过样式*/
.result_tr_mouseover
{
	background-color:#333;
	color:#FFF;
}
/*表格标题样式*/
.tr_title{
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	font-family:'Helvetica Neue', Verdana, 微軟正黑體, 'Microsoft JhengHei', 'Microsoft YaHei', "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background-color:#C61F35;
	color:#FFF;
}

/*表格*/
table{
	width:700px;
	text-align:center;
	background-color:#E0E0E0;
}
/* 表格左列*/
.td_left{
	width:150px;
	text-align:right;
}
/* 表格右列*/
.td_right{
	width:550px;
	text-align:left;
	padding-left:5px;
}

/*按钮样式*/
.td_button{
	text-align:left;
}
.td_button input{
	margin-left:80px;
}
