.pb{ 
	background-color:rgba(0,0,0,.1);
	padding: 4px; 
	position: fixed;
	border-radius: 4px;
}
.pb .cboxContent { 
	background: #fff;
}
.pb-hd {
	position: relative;
	padding: 0 10px;
	height: 31px;
	line-height: 31px;
	background: #f3f3f3;
}
.pb-hd .pb-title{
	font-weight:normal;
	font-size: 14px;
	color: #666;
	font-family: "Microsoft YaHei";
}
.pb-hd .pb-x{ 
	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 100000;
	top: 10px;
	right: 10px;
	overflow: hidden;
	width: 13px;
	height: 13px;
	background: url(images/dialog.png) no-repeat;
	font-size: 0;
	text-indent:-99999px;
}
.pb-bd{
	padding: 10px;
	overflow: auto;
	background: #fff;
	position: relative;
}
/*新增编辑收货信息*/
.form .item {
	display: inline-block;
	display: block;
	margin-bottom: 15px;
	line-height: 25px;
	width:100%;
}
.form .item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.form .item span.label {
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 4px 0 3px;
	width: 75px;
	text-align: right;
}
.form .area, .form .itxt, .form .selt {
	line-height: 18px;
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: middle;
	float: none;
}
.form .itxt {
	height: 18px;
	width: 155px;
	padding: 3px 5px 2px;
}
.form .itxt01 {
	width: 290px;
}
.btn-9,.pb-ft a{
	font-family: arial,"microsoft yahei";
	display: inline-block;
	height: 23px;
	line-height: 23px;
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top,#f2f2f2,#f7f7f7);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(1,#f7f7f7));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f7f7f7', GradientType='0');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f7f7f7');
	background-image: linear-gradient(to top,#f2f2f2 0,#f7f7f7 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #323333;
	font-size: 12px;
	font-weight: 400;
	padding: 0 14px;
	cursor: pointer;
	float: none;
	border: 1px solid #ddd;
}
.btn-9:hover,.pb-ft a:hover {
	color: #323333;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 1px rgba(0,1,1,.08);
	-moz-box-shadow: 0 1px 1px rgba(0,1,1,.08);
	box-shadow: 0 1px 1px rgba(0,1,1,.08);
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,#f7f7f7,#f2f2f2);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(1,#f2f2f2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType='0');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2');
	background-image: linear-gradient(to top,#f7f7f7 0,#f2f2f2 100%);
}
#consignee-form{
	height:318px;
}

/*删除收货人信息*/
.tip-box {
	width: 300px;
	margin: 0 auto;
	height:80px;
}
.icon-box {
	position: relative;
	_height: 48px;
	_overflow: visible;
}
.icon-box .m-icon {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	background: url(images/icon48.png) no-repeat;
}
.icon-box .warn-icon {
	background-position: -96px 0;
}
.tip-box .item-fore {
	overflow: hidden;
}
.icon-box .item-fore {
	margin-left: 58px;
}
.tip-box h3 {
	  font-family: 'microsoft yahei';
	  font-size: 16px;
	  line-height: 48px;
	  padding:0;
}
.tip-box .op-btns {
	margin-top: 20px;
}
.pb-ft{ text-align:left; margin:20px 0 20px 20px; +float:left; +width:315px; +padding-bottom:10px;}
.pb-ft a.pb-cl{ margin-left:10px;}
.ztd_tishi .fl{ +margin-left:10px;}
#ztd .pb-ft{ margin-bottom:0; +margin-left:85px;}
#selfpick_siteDiv .form .item{ margin-bottom:0;}








