body {
    margin: 0;
    /*font-family: Verdana, Arial, Helvetica;*/
    font-size: 14px
}

#content {
    padding: 5px
}

#dialog {
    position: absolute;
    width: 560px;
    height: 182px;
    padding: 8px,8px,8px,24px;
    z-index: 100000;
    background: #fff;
    border-radius: 16px
}

#dialog-header {
    display: block;
    position: relative;
    width: 560px;
    padding: 3px 6px 6px;
    height: 40px;
    font-size: 21px;
    font-weight: bold;
}

#dialog-title {
    float: left
}

#dialog-close {
    float: right;
    cursor: pointer;
    margin: 13px 5px 0 0;
    height: 15px;
    width: 15px;
    background: url(/images/dialog_close.png) no-repeat
}

#dialog-content {
    display: block;
    height: 160px;
    padding: 6px;
    color: black;
    font-size: 16px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}

#dialog-mask {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: #FFF;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 100
}

.error {
    background: #fff url(/images/error_bg.jpg) bottom right no-repeat;
    border: 1px solid #F44336;
    border-top: none
}

.errorheader {
    background: #F44336;
    color: #fff;
    border: 1px solid #F44336;
    border-bottom: none
}

.warning {
    background: #fff url(/images/warning_bg.jpg) bottom right no-repeat;
    border: 1px solid #FF9800;
    border-top: none
}

.warningheader {
    background: #FF9800;
    color: #fff;
    border: 1px solid #FF9800;
    border-bottom: none
}

.success {
    background: #fff url(/images/success_bg.jpg) bottom right no-repeat;
    border: 1px solid #35B86B;
    border-top: none
}

.successheader {
    background: #35B86B;
    color: #fff;
    border: 1px solid #35B86B;
    border-bottom: none
}

.info {
    background: #fff url(/images/prompt_bg.jpg) bottom right no-repeat;
    border: 1px solid #2196F3;
    border-top: none
}

.infoheader {
    background: #2196F3;
    color: #fff;
    border: 1px solid #2196F3;
    border-bottom: none
}

.ovr-wr {
    float: left;
    margin-left: 15px;
    border: solid 1px;
    padding: 2px 5px;
    background: #cdcdcd;
    cursor: pointer;
}
