#dialog-overlay {
    cursor:wait;
}
#dialog-container {
}
#dialog {
    display:none;
    width: 300px;
    padding:0px;
    background:#fff;
    font-family:Verdana, Arial, Helvetica;
    font-size:14px;
}
#dialog-header {
    display:block;
    height: 22px;
    padding-top:3px;
    padding-left:4px;
    font-size:14px;
    font-weight:bold;
    color:#6f2c2c;
    border:5px solid #000000;
    border-bottom:none;
    background:url(header.gif) repeat-x;
}
#dialog-title {
    float:left
}
#dialog-close {
    float:right;
    cursor:pointer;
    margin:3px 3px 0 0;
    height:11px;
    width:11px;
    background:url(close.gif) no-repeat;
}
#dialog-content {
    display:block;
    padding:15px;
    color:#666666;
    font-size:13px;
    font-weight: bold;
    text-align: center;
    border:5px solid #000000;
    border-top:none;
}
#dialog-content-inner {
}
#dialog-button-container {
    text-align:center;
    margin-top: 10px;
    margin-right: 6px;
    margin-bottom: 6px;
    margin-left: 2px;
}
#dialog-button-container span {
    padding-left: 5px;
    padding-right: 5px;
}
.dialog-type-error {
    background:#fff url(error.jpg) bottom right no-repeat;
}
.dialog-type-warning {
    background:#fff url(warning.jpg) bottom right no-repeat;
}
.dialog-type-success {
    background:#fff url(success.jpg) bottom right no-repeat;
}
.dialog-type-prompt {
    background:#fff url(prompt.jpg) bottom right no-repeat;
}
