/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
    display: none;
	position: fixed;
    top: 17%;
    left: 50%;
	
    margin-left: -300px;
    width: 600px;
	
    background:#B4C5CF;
    color: #333;
    border: 1px solid #333;
    padding: 1px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
	 position: absolute;
	 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#popUploadMiBao{
     position:absolute;
}
* html #popUploadMiBao {
     position: absolute;
     top: 17%;
}

.popup_title{ 
    margin:0;
	padding:0 5px;
    height:32px;
	line-height:32px;
	color:#333;
	font-weight:bold;
    background:url("title_bg.jpg") repeat-x;
}
.popup_close {
  width: 25px;
  height: 14px;
  background: url("close-off.png") no-repeat;
  position: absolute;
  top:9px;
  right: 10px;
  cursor: pointer;
}
.popup_close:hover {
  background: url("close.png") no-repeat;
}

.popupwraper{ background:#fff; padding: 10px; overflow:hidden;}

.popupwraper ul{ margin:0 auto; padding:0 0 10px 0; overflow:hidden;}
.popupwraper ul li span.align_r{
	width:50%;
	text-align:right;
    display:inline-block;
	
}
.popupwraper ul li span.right{
	text-align:left;
    width:50%;
    display:inline-block;
	
}

order {
	background:none repeat scroll 0 0 #FFFFFF;
	overflow:hidden;
	padding:5px;
}
.order_1 {
	background:url("../../img/order.gif") no-repeat scroll 10px top transparent;
	height:50px;
	line-height:2em;
	padding:5px 0 5px 50px;
}
.order_2 {
	line-height:2em;
}
.order_2 b {
	margin-left:5px;
}
.order_3 {
	background:url("../../img/order.gif") no-repeat scroll 10px -66px transparent;
	border:1px solid #CCCCCC;
	height:50px;
	line-height:2em;
	padding:5px 0 5px 50px;
}
.order_4 {
	line-height:2em;
	padding:10px;
}
.order_4 span {
	float:left;
	margin-right:5px;
	text-align:right;
	width:100px;
}
