.radius{
	-moz-border-radius:3px;      /* Gecko browsers */
	-webkit-border-radius:3px;   /* Webkit browsers */
	border-radius:3px;            /* W3C syntax */
}
.lftrds{
	-moz-border-top-left-radius:5px;      /* Gecko browsers */
	-webkit-border-top-left-radius:5px;   /* Webkit browsers */
	border-top-left-radius:5px;            /* W3C syntax */
	-moz-border-bottom-left-radius:5px;      /* Gecko browsers */
	-webkit-border-bottom-left-radius:5px;   /* Webkit browsers */
	border-bottom-left-radius:5px;            /* W3C syntax */
}
.toprds{
	-moz-border-top-left-radius:5px;      /* Gecko browsers */
	-webkit-border-top-left-radius:5px;   /* Webkit browsers */
	border-top-left-radius:5px;            /* W3C syntax */
	-moz-border-top-right-radius:5px;      /* Gecko browsers */
	-webkit-border-top-right-radius:5px;   /* Webkit browsers */
	border-top-right-radius:5px;            /* W3C syntax */
}
input.btna{
	width:80px;
	border:none;
	height:32px;line-height:32px;
	color:#666;
	font-size:14px;
	font-family: "微软雅黑";
}
input.btnb{
	width:80px;
	border:none;background:#0E90D2;
	height:32px;line-height:32px;
	color:#fff;
	font-size:16px;
	font-family: "微软雅黑";
	border-radius:3px;
}
input.btnbb{
	width:80px;
	border:none;background:#0E90D2;
	height:28px;line-height:28px;
	color:#fff;
	font-size:14px;
	font-family: "微软雅黑";
	border-radius:3px;
}
input.btnc{
	width:80px;
	border:none;background:#ddd;
	height:32px;line-height:32px;
	color:#666;
	font-size:16px;
	font-family: "微软雅黑";
}
input.btnd{
	width:180px;
	border:none;background:#60B761;
	height:32px;line-height:32px;
	color:#fff;
	font-size:16px;
	font-family: "微软雅黑";
	border-radius:3px;
}
input.btne{
	border:none;background:#60B761;
	height:28px;line-height:28px;
	padding:0 6px;
	color:#fff;
	font-size:14px;
	font-family: "微软雅黑";
	cursor:pointer;
}
input.btnf{
	border:none;background:#60B761;
	width:40px;
	height:24px;line-height:24px;
	padding:0 6px;
	color:#fff;
	font-size:14px;
	font-family: "微软雅黑";
	cursor:pointer;
}
input.btng{
	border:none;background:#ccc;
	width:40px;
	height:24px;line-height:24px;
	padding:0 6px;
	color:#999;
	font-size:14px;
	font-family: "微软雅黑";
	cursor:pointer;
}
input.txt{
	border:none;background:#ececec;
	height:28px;line-height:28px;
	color:#666;
	font-size:16px;
	text-indent:6px;
}
.options{
	width:100%;
	list-style:none;
}
.options li{
	min-width:30px;
	float:left;display:inline;
	height:24px;line-height:24px;
	margin:2px 0;
	padding:0 6px;
	text-align:center;
	background:#ddd;
	border-left:1px solid #ccc;
	cursor:pointer;
	font-size:14px;
}
.options li.actv{
	background:#3BB4F2;
	color:#fff;
	font-weight:bold;
}
.options li.first{
	border:none;
	-moz-border-top-left-radius:5px;      /* Gecko browsers */
	-webkit-border-top-left-radius:5px;   /* Webkit browsers */
	border-top-left-radius:5px;            /* W3C syntax */
	-moz-border-bottom-left-radius:5px;      /* Gecko browsers */
	-webkit-border-bottom-left-radius:5px;   /* Webkit browsers */
	border-bottom-left-radius:5px;            /* W3C syntax */
}
.options li.last{
	-moz-border-top-right-radius:5px;      /* Gecko browsers */
	-webkit-border-top-right-radius:5px;   /* Webkit browsers */
	border-top-right-radius:5px;            /* W3C syntax */
	-moz-border-bottom-right-radius:5px;      /* Gecko browsers */
	-webkit-border-bottom-right-radius:5px;   /* Webkit browsers */
	border-bottom-right-radius:5px;            /* W3C syntax */
}
.th1{
	text-align:center;
	font-size:14px;
	color:#666;
}
.td1{
	text-align:center;
	font-size:14px;
	color:#666;
	background:#fff;
}
.rmk1{
	border:1px solid #eeeeee;
}
.h3a{
	width:100%;
	height:20px;line-height:20px;
	text-indent:6px;
	font-size:14px;
	background:#eeeeee;
}