/*默认主体样式*/
.popup-wrap{z-index:2011;}
.popup{position:absolute; z-index:2011; font-size:12px; line-height:1.6;}

.popup .popup-main{
    box-sizing: border-box;
    position:relative;
    border-radius:5px;
    box-shadow:0px 0px 4px #999;
    border:1px solid #666; 
    background:#f6f6f6;
}

.popup .popup-close{ position:absolute; right:10px; top:2px; width:22px; height:22px; overflow:hidden;}
.popup .popup-close-button{ display:block; outline:none; text-align:center; font-size:22px; color:#aaaaaa; font-weight:bold; font-family:Arial; cursor:pointer; overflow:hidden}
.popup .popup-close-button:hover{ color:#333333; text-decoration:none}
.popup .popup-title{line-height:39px; font-size:14px; padding:0 40px 0 20px; border-radius:5px 5px 0 0; font-weight:bold; border-bottom:1px solid #eee}
.popup .popup-content{padding:20px 20px 15px; color:#555555; border-radius:5px;}

/*按钮部分*/
.popup .popup-button{padding:10px 20px 25px; text-align:right; min-width:113px; border-radius:0 0 5px 5px; display:none}

.popup .popup-button .nobtn{display:inline-block; position:relative; vertical-align:middle; font-size:12px; border-width:1px; border-style:solid; border-color:#bcc1c8 #bababa #adb2bb #bababa; height:31px; line-height:31px; color:#606060; padding:0 12px; font-weight:bold; background:url(btn-bg.png) 0 0 repeat-x; outline:none; text-decoration:none; border-radius:2px; box-shadow:0 1px 2px rgba(0,0,0,0.1); cursor:pointer; margin-left:5px;}
.popup .popup-button .nobtn:hover{ color:#606060; border:1px solid #adadad;background:url(btn-bg.png) 0 -45px repeat-x;}
.popup .popup-button .nobtn:active{ border:1px solid #adadad;background:url(btn-bg.png) 0 -90px repeat-x;}

.popup .popup-button .yesbtn{display:inline-block; vertical-align:middle; padding:0 12px; height:31px; line-height:31px; font-size:12px; border-radius:2px; outline:none; cursor:pointer; color:#FFF; text-decoration:none; border:1px solid #0082be; background:url(btn-bg2.png) 0 0 repeat-x #21b2ee; font-weight:bold; box-shadow:0 1px 2px rgba(0,0,0,0.2)}
.popup .popup-button .yesbtn:hover{ color:#FFF; background:url(btn-bg2.png) 0 -45px repeat-x; border:1px solid #0082be; text-decoration:none}

/*加载*/
.popup-loading{ display:block; padding-left:18px; height:16px; background:url(loading.gif) 0 0 no-repeat}
.popup .popup-close-button{ 
_text-indent:-9999px; 
_background:url(close.png) center center no-repeat;
}
