* {
	padding:0px;
	margin:0px;
}
ul li {
	list-style-type:none;
}
.ul_btn {
	overflow:hidden;
	padding:10px;
}
.ul_btn li {
	float:left;
	height:30px;
	text-align:center;
	line-height:30px;
	border:1px solid #ddd;
	border-radius:1px;
	margin-left:5px;
	padding:0px 10px;
/*	box-shadow:0px -1px 5px #c8c8c8 inset;*/
	font-size:12px;
	cursor:pointer;
	width: auto;
}
.ul_btn li.active {
	box-shadow:none;
	/*height:25px;
	margin-top:5px;*/
	heiht:30px;
	background:#1b71c4;
	color:#fff;
}
.ul_btn li.noneBtn {
	background-color:#f5f5f5;
	box-shadow:none;
	cursor:auto;
}
.ul_btn li.otherLi {
	box-shadow:none;
	cursor:auto;
}

.btn_width{
	float: left;
	width: auto;	
	}
.btn_input_new{
	border: 1px solid #ddd;
	border-radius: 1px;
	height: 30px;
  margin-top: 15px;
  width: 60px;
  margin-left: 5px;
  text-align: center;
	}
.btn_table_new{
	float:left;
	}
.btn_buttom_new{
	float:left;
	}	
.btn_input_button{
	margin-top:15px;
	height:32px;
	margin-left:5px;
	width:60px;
	text-align:center;
	background:#1b71c4;
	border:1px solid #1b71c4;
	border-radius:2px;
	color: #fff;
	}	
.order_r{
    margin-top: 25px;
    display: inline-block;
    float: right;
    color: #666;
    font-size: 15px;
}	