.content_order{
	width: 1100px;
	height: auto;
	margin: 30px auto;
}
.order_header{
	width: 1100px;
	height: auto;
	overflow: hidden;
}
.order_header_a{
	padding: 0 10px;
	width: 130px;
	line-height: 40px;
	display: block;
	float: left;
	text-align: left;  
    left:30px;
}

.order_header_title{
	width: 650px;
	padding: 0 10px;
	line-height: 40px;
	display: block;
	float: left;
	text-align: left;  
    left:30px;
}
.order_header_orderID,.order_header_price{
	width: 70px;
	padding: 0 10px;
	line-height: 40px;
	display: block;
	float: left;
	text-align: left;  
    left:30px;
}
#list_content{
	width: 1100px;
	height: auto;
	overflow: hidden;
}
.financeSurvey_list_content_one
{
    width: 1100px;
    overflow: hidden;
    height: auto;
    border: 1px solid #d1d3d1;
    position: relative;
    font-size:13px;
    font-weight: normal;

}

.inquiry{
	width: auto;
	height: 60px;
	float: right;
	margin-bottom: 10px;
}
.inquiry > label{
	line-height: 60px;
}
.inquiry > input {
	width: 200px;
	height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 0 10px;
	margin: 15px 0;
}
.inquiry > button{
	width: 70px;
	height: 32px;
	border: 1px solid #999;
	border-radius: 5px;
	margin: 15px 0;
}