/*layer*/

#fullbg {
    background-color: gray;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 3;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

#dialog {
    background-color: #006eae;
    color: #fff;
    border: 15px solid rgb(4, 110, 172);
    text-align: center;
    top: 50%;
    left: 50%;
    width: 440px;
    margin-left: -220px;
    margin-top: -77px;
    /*margin: -200px 0 0 -200px;*/
    padding-top: 12px;
    padding-bottom: 14px;
    border: 1px solid #fff;
    position: fixed !important; /*  */
    position: absolute;
    z-index: 5;
    border-radius: 5px;
    display: none;
}

#dialog .layer_title {
    height: 39px;
    line-height: 39px;
    padding: 0 16px;
    border-bottom: 1px solid #fff;
}

#dialog .layer_title .layer_title_l {
    float: left;
    font-size: 18px;
    vertical-align: middle;
}

.layer_title_r .close {
    width: 16px;
    height: 39px;
    float: right;
    background: url(../imgs/close.png) center center no-repeat;
    cursor: pointer;
}

#dialog .layer_msg {

    margin-top: 16px;
    padding: 0 16px;
}

.layer_btn > .left-btn {
    margin: 10px;
}

.layer_btn > .right-btn {
    margin: 10px;
}
