#confirm_dialog {
    display: none;
}

.msg_content {
    display: none;
}

/* Overlay */
#confirm-overlay {
    background: #eeeeee url(../images/ui-modal-bg.png) 50% 50% repeat;
    opacity: .50;
    filter: Alpha(Opacity = 50);
}

/* Container */
#confirm-container {
    height: 140px;
    width: 420px;
    font-size: 12px;
    text-align: left;
    background: #fff;
    border: 1px solid #003766; /** #c2c9d7 */;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#confirm-container .header {
    font-size: 12px;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    width: 418px;
    background-color: #003766; /**#003766;*/
    color: #fff;
    border: 1px solid #003766; /**#003766; */
    font-weight: normal;
}

#confirm-container .header span {
    padding-left: 8px;
}

#confirm-container .message {
    color: #333;
    font-size: 12px;
    margin: 0 auto;
    padding: 8px 8px 10px 8px;
    text-align: center;
}

#confirm-container .buttons {
    padding-left: 8px;
    padding-bottom: 0;
    padding-right: 8px;
    padding-top: 2px;
    line-height: 18px;
    width: 155px;
    margin: 0 auto;
}

#confirm-container .buttons div {
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    margin-left: 4px;
    width: 60px;
    height: 18px;
    color: #3a4c66;
    font-weight: normal;
    text-align: center;
    background: none repeat scroll 0 0 #eff2f7;
    border-left: solid 1px #E1E8F0;
    border-top: solid 1px #E1E8F0;
    border-right: solid 1px #C2C9D7;
    border-bottom: solid 1px #C2C9D7;
    text-decoration: none;
    cursor: pointer;
}

#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    position: absolute;
    right: 1px;
    top: 1px;
    color: #fff;
}


.modal-close img {
    margin: 2px;
    top: 1px;
    right: 5px;
    bottom: 2px;
    cursor: pointer;
    border: 0
}