.modal-dialog.modal-lg {
    left: 5px;
    width: 940px;
}

.modal-dialog {
    margin-top: 5%;
}

/*msg 弹窗样式*/

.vb-dlg-msg .modal-header {
    padding: 5px 13px;
    background: #06B3AB;
    border-radius: 6px 6px 0 0;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 27px;
}

.vb-dlg-msg .modal-header a {
    color: #f2f2f2;
    font-size: 16px;
}

.vb-dlg-msg .modal-footer {
    background: none repeat scroll 0 0 #E7E7E7;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #B9B9B9;
    min-height: 46px;
    line-height: 46px;
    padding: 0 7px;
}

.vb-dlg-msg .modal-body {
    padding: 6px 13px;
}

.vb-dlg-msg.p0 .modal-body {
    padding: 0;
}

.vb-dlg-msg .modal-content {
    background: #f2f2f2;
}

/*confirm 弹窗样式*/
.vb-dlg-confirm .modal-header {
    padding: 5px 13px;
    background: #06B3AB;
    border-radius: 6px 6px 0 0;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 27px;
    cursor: move;

}

.vb-dlg-confirm .modal-header a {
    color: #f2f2f2;
    font-size: 16px;
}

.vb-dlg-confirm .modal-footer {
    background: none repeat scroll 0 0 #E7E7E7;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #B9B9B9;
    height: 46px;
    line-height: 46px;
    padding: 0 7px;
}

.vb-dlg-confirm .modal-body {
    padding: 6px 13px;
}

.vb-dlg-confirm .modal-content {
    background: #f2f2f2;
}

/*info 弹窗样式*/
.vb-dlg-info .modal-dialog {
    width: 711px;
    margin-top: 0;
}

.vb-dlg-info .modal-content {
    background: #f2f2f2;
}

.vb-dlg-info .modal-body {
    padding: 38px;
}

.vb-dlg-info .vb-dlg-close {
    background: url("/static/img/vb3/close.png") repeat scroll 0 0 transparent;
    display: block;
    height: 26px;
    width: 25px;
    position: absolute;
    margin-top: -34px;
    margin-left: 640px;
    /*position: fixed;*/
    /*top: 5px;*/
    /*right: 5px;*/
}

.vb-dlg-info .vb-dlg-close:hover {
    background-position: 0 -26px;
}

/*error 弹窗样式*/

.vb-dlg-error .modal-content {
    background: #f2f2f2;
}

.vb-dlg-error .modal-body {
    padding: 20px;
}

.vb-dlg-error .modal-content {

    border: 1px solid #808080;
}

.vb-dlg-error .modal-body .modal-body-content {
    background: #ffffff;
    border-radius: 6px;
    padding: 15px;
}

.vb-dlg-error .vb-dlg-close {
    color: #666666;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 1px;
}

/*errorClose 弹窗样式*/

.vb-dlg-errorClose .modal-content {
    background: #f2f2f2;
}

.vb-dlg-errorClose .modal-body {
    padding: 20px;
}

.vb-dlg-errorClose .modal-content {

    border: 1px solid #808080;
}

.vb-dlg-errorClose .modal-body .modal-body-content {
    background: #ffffff;
    border-radius: 6px;
    padding: 15px;
}

.vb-dlg-errorClose .vb-dlg-close {
    color: #666666;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 1px;
}

/*show 弹窗样式*/
.vb-dlg-show .modal-dialog {
    left: 5px;
    width: 940px;
}

.vb-dlg-show .modal-content {
    background: #f2f2f2;
    min-height: 430px;
}

.vb-dlg-show .modal-body {
    padding: 20px;
}

.vb-dlg-show .vb-dlg-close {
    /*background: url("/static/img/vb3/close.png") repeat scroll 0 0 transparent;*/
    /*display: block;*/
    /*height: 26px;*/
    /*position: fixed;*/
    /*width: 25px;*/
    /*top: 5px;*/
    /*right: 5px;*/
    background: url("/static/img/vb3/close.png") repeat scroll 0 0 transparent;
    display: block;
    height: 26px;
    margin-left: 890px;
    margin-top: -15px;
    position: absolute;
    width: 25px;
}

.vb-dlg-show .vb-dlg-close:hover {
    background-position: 0 -26px;
}

/*editor 弹窗样式*/
.vb-dlg-editor .modal-dialog {
    left: 5px;
    width: 940px;
}

.vb-dlg-editor .modal-header {
    padding: 5px 13px;
    background: #06B3AB;
    border-radius: 6px 6px 0 0;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 27px;
    cursor: move;

}

.vb-dlg-editor .modal-header a {
    color: #f2f2f2;
    font-size: 16px;
}

.vb-dlg-editor .modal-footer {
    background: none repeat scroll 0 0 #E7E7E7;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #B9B9B9;
    height: 46px;
    line-height: 46px;
    padding: 0 7px;
}

.vb-dlg-editor .modal-body {
    padding: 6px 13px;
}

.vb-dlg-editor .modal-content {
    background: #f2f2f2;
}
