/* 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: 30%;
    left: 50%;
    
    margin-left: -128px;
    width: 236px;
    
    background-color: #EEE;
    color: #333;
}*/
.jqmWindow {z-index:10000;POSITION: fixed; BACKGROUND-COLOR: #eee; WIDTH: 236px; DISPLAY: none; COLOR: #333; MARGIN-LEFT: -128px; TOP: 30%; LEFT: 50%;}
.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');
}

/* 选择交换名片弹出框 */
.upbox01{display: none;position: fixed;top: 30%;left: 50%;margin-left: -128px;width: 412px;background-color: #EEE;color: #333;margin-left:-207px;}
.interupbox{width:380px;overflow:hidden;border:2px solid #467dbd;padding:15px;background:#F3FBFE repeat;}
.interupbox .close{float:right;width:9px;height:9px;cursor:pointer;display:block;}
.interupbox h1{clear:both;overflow:hidden;line-heihgt:24px;height:24px;font-size:14px;font-weight:bold;text-align:left;}
.interupbox .choosecard{clear:both;overflow:hidden;line-height:22px;}
.interupbox .choosecard li{float:left;width:80px;}
.interupbox .choosecard li input{margin:3px 2px;float:left;}
.interupbox .cardcont{clear:both;overflow:hidden;margin:5px 0;}
.interupbox .cardcont li{height:20px;line-height:20px;overflow:hidden;width:350px;}
.cardcont li .leftcard{float:left;width:50px;overflow:hidden;}
.cardcont li .ritcard{float:left;width:300px;overflow:hidden;text-align:left;}
.interupbox .fenge{clear:both;height:1px;line-height:1px;width:380px;background:#e0e0e0 repeat;overflow:hidden;margin:10px 0;}
.interupbox .surechoosecard{clear:both;overflow:hidden;height:25px;line-height:25px;margin:10px 0;}
.choosecardBtn{background: url("http://js.soufunimg.com/ggcp/Space/images/90.gif") no-repeat;border-width: 0;color: #2d709a;cursor: pointer;height: 23px;line-height: 23px;overflow: hidden;padding: 0;width: 81px;margin-right:8px;}