/* so-popbox */
.so-popbox h2 {
    font-size: 12px;
}

.so-popbox .s-sopop-close, a.a-sopop-btn, span.s-sopop-btn {
    border-radius: 4px;
    line-height: 25px;
}

span.s-sopop-btn{
    color: #fff;
}

.so-popConfirm .so-popbox-cont {
    background:url(icon-tip.png) no-repeat ;
}

.s-sopop-close{
    background:url(icon-sobox.png) no-repeat ;
}

.so-openmask {
    position: fixed;
    _position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    Z-index: 1100;
}

.so-popbox {
    border: 1px solid #777;
    background: #fff;
    text-align: left;
    z-index: 1120;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 12px #666;
    -webkit-box-shadow: 0px 0px 12px #666;
    -moz-box-shadow: 0px 0px 12px #666;
}

.h2-sopop {
    height: 27px;
    line-height: 26px;
    background: #f6f6f6;
    padding-left: 15px;
    font-weight: bold;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
}

.h2-sopop-move {
    cursor: move;
}

.so-popbox .s-sopop-close {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 25px;
    height: 25px;
    background-position: -145px 0;
    text-indent: -999em;
    overflow: hidden;
    cursor: hand;
    cursor: pointer;
}

.so-popbox .s-sopop-out-close {
    top: -12px;
    right: -12px;
    background-position: 0 0;
}

.so-popbox-cont {
    padding: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.p-so-popBtn {
    text-align: center;
    padding: 5px 0 15px;
}

.so-popAlert .so-popbox-cont {
    padding: 15px 15px 10px 15px;
}

.so-popConfirm .so-popbox-cont {
    padding: 20px 20px 20px 85px;
    background-position: 50px 16px;
}

/*.so-popConfirm .so-popbox-cont{background-position:55px -484px;}*/
/*.so-popConfirm .so-popbox-cont{background-position:55px -984px;}*/
/*.so-popConfirm .so-popbox-cont{background-position:55px -1484px;}*/
.so-popTip-1 {
    border: 1px solid #f4b23f;
    background: #fff2c1;
    box-shadow: 1px 1px 2px #bbb;
    -webkit-box-shadow: 1px 1px 2px #bbb;
    -moz-box-shadow: 1px 1px 2px #bbb;
}

.so-popTip-1 .so-popbox-cont {
    padding: 8px;
}

.so-popTip-2 {
    border: 1px solid #ff812d;
    background: #ffffd0;
    color: #f00;
}

.so-popAlert .p-so-popBtn {
    padding: 5px 0 15px;
}

.so-loading {
    border: 0px solid #fff;
    font-size: 1.18em;
    box-shadow: 1px 1px 1px #666;
    -webkit-box-shadow: 1px 1px 1px #666;
    -moz-box-shadow: 1px 1px 1px #666;
}

.so-loading .so-popbox-cont {
    padding: 20px;
    text-align: center;
    background: url(loading.gif) no-repeat center 45%;
}

.so-loading .s-sopop-close {
    display: none;
}

a.a-sopop-btn {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    padding: 0 0 0 15px;
    color: #fff;
    background-color: #ec5656;
    background-position: 0 -40px;
}

span.s-sopop-btn {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-position: 100% -40px;
    height: 25px;
    line-height: 23px;
    padding: 0 15px 0 0;
}

a.a-sopop-cancel {
    background-position: 0 -70px;
    color: #444;
}

a.a-sopop-cancel span.s-sopop-btn {
    background-position: 100% -70px;
}

.so-overTip .s-sopop-close {
    top: -9px;
    left: 25px;
    width: 17px;
    height: 9px;
    background-position: 0 -101px;
}

.so-popbox a.a-sopop-cancel:hover {
    color: #444;
}

a.a-sopop-btn:hover {
    color: #fff
}