.line{width: 100%;  height: 1px;  background: #DBDBDB;}

/*ÀÏ¹Ý °Ô½ÃÆÇ*/
.basic{
		  color: #666;
		  border-collapse: collapse;
		  width: 100%;
		  margin: 0;
		  border-right: 2px solid #fff;
		  text-indent: 0;
		  font-weight: normal;
		  border-top: 2px solid #1b3f8b;}
.basic thead th {
		  font-weight: bold;
		  color: #1b3f8b;
		  border-bottom: 1px solid #1c3f8b;
		  padding: 13px 0;
		}
.basic td {
		  padding: 13px 0;
		  border-bottom: 1px solid #d0d0d0;
		  vertical-align: middle;
		  text-align: center;
		}

.basicView{ color:#666; border-collapse:collapse; width:100%; margin:0; border-right:2px solid #fff; text-indent:0; font-weight:normal; border-top:2px solid #cccccc; background:#fffff}
.basicView tbody th { font-weight:bold; color:#1c3f8b; border-bottom:1px solid #cccccc; padding:13px 0; background:#efefef; }
.basicView td { padding:0 10px 0 10px; border-bottom:1px solid #cccccc; vertical-align:middle; text-align:left;  background: #ffffff;}
.basicView td.subject { text-align:center; }


.style_btn {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.style_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.style_btn:active {
	position:relative;
}


.style_btn.cancle{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b35959), color-stop(1, #b35252));
	background:-moz-linear-gradient(top, #b35959 5%, #b35252 100%);
	background:-webkit-linear-gradient(top, #b35959 5%, #b35252 100%);
	background:-o-linear-gradient(top, #b35959 5%, #b35252 100%);
	background:-ms-linear-gradient(top, #b35959 5%, #b35252 100%);
	background:linear-gradient(to bottom, #b35959 5%, #b35252 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b35959', endColorstr='#b35252',GradientType=0);
	background-color:#b35959;
	border:1px solid #8f2929;
	text-shadow:0px 1px 0px #8a3d3d;
}
.style_btn.cancle:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b35252), color-stop(1, #b35959));
	background:-moz-linear-gradient(top, #b35252 5%, #b35959 100%);
	background:-webkit-linear-gradient(top, #b35252 5%, #b35959 100%);
	background:-o-linear-gradient(top, #b35252 5%, #b35959 100%);
	background:-ms-linear-gradient(top, #b35252 5%, #b35959 100%);
	background:linear-gradient(to bottom, #b35252 5%, #b35959 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b35252', endColorstr='#b35959',GradientType=0);
	background-color:#b35252;
}
