.inquiry-bg{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0.4;
	z-index:20000;
}
.price-inquiry-panel{
	top:8%;
	left:50%;
	margin-left:-300px;
	position:absolute;
	height:650px;
	width:600px;
	border-radius:5px;
	z-index:20001;
	border:1px solid #cccccc;
	display:none;
	background-color:#fff;
}
.price-inquiry-header{
	width:100%;
	padding:10px 15px;
	height:60px;
}
.price-inquiry-header .inquiry-wanted{
	float:left;
	padding-top:5px;
	font-size:18px;
}
.price-inquiry-header .inquiry-service{
	float:right;
	padding-left:40px;
	padding-top:8px;
	font-size:16px;
}
.price-inquiry-header .inquiry-service a{
	margin-left:5px;
}
.price-inquiry-body{
	border-top:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
	padding:10px;
	height:520px;	
	width:100%;
}

.price-inquiry-footer{
	height:60px;
}
.price-inquiry-footer .btn-cancel{
	background-color:#fff;
	border:1px solid #cccccc;
	width:100%;
}
.price-inquiry-footer .btn-confirm{
	background-color:#2489eb;
	width:100%;
	color:#fff;
}
.price-inquiry-footer .btn-order{
	background-color:#ff7800;
	width:100%;
	color:#fff;
}
.price-inquiry-footer .left-btn-panel{
	float:left;
	width:50%;
	padding:20px;
}

.inquiry-input-group{
	padding:5px;
}
.inquiry-input-group label{
	font-weight:normal;	
	width:20%;
}
.inquiry-input-group input{
	width:75%;
	padding:3px;
}

.inquiry-input-group .ipt {
	height:30px;
	border:1px solid #cccccc;
}
.inquiry-success{
	border-top:1px dashed #cccccc;
	padding-top:60px;
	width:100%;
}
.inquiry-info-item{
	width:300px;
	padding-left:0px;
}
.inquiry-info-item label{
	float:left;
	display:block;
	width:35%;
}
.inquiry-info-item p{
	float:left;
	displayl:block;
	width:65%;
}
.inquiry-table{
	border: 0px; 
	width: 100%;
	height: 100%;
	text-align: left;
}
.ipt-prd-list{
	display: none; 
	position: absolute ; 
	left:228px; 
	top:0px; 
	border: 1px solid #cccccc; 
	overflow: hidden; 
	height: 150px; 
	position: absolute; 
	background-color:#FFFFFF;
	height:auto;
	width:75%;
}
.ipt-prd-list ul{
	display:block;
	list-style:none;
}
.ipt-prd-list ul li{
	display:block;
	padding:0 8px;
}
.ipt-prd-list ul li:hover{
	background-color:#2489eb;
	color:#fff;
	cursor:pointer;
}