#popup_container {
    direction: rtl;
    font-family: tahoma;
    font-size: 10px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FAFAFA;
    border: solid 5px /*#999*/ rgba(128, 0, 0, 0.8);
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: maroon /*#666*/;
    background: #CCC url('../images/ConfirmTitle.gif') repeat-x top;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content {
    background: 16px 16px no-repeat url('../images/info.gif');
    padding: 1em 1.75em;
    margin: 0em;
}

    #popup_content.alert {
        background-image: url('../images/info.gif');
    }

    #popup_content.confirm {
        background-image: url('../images/important.png');
    }

    #popup_content.prompt {
        background-image: url('../images/help.gif');
    }

#popup_message {
    font-family: Tahoma;
    font-size: 12px;
    padding-left: 48px;
    text-align: justify;
}

#popup_panel {
    font-family: tahoma;
    font-size: 10px;
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_ok1, #popup_cancel1 {
    font-family: tahoma;
    font-size: 11px;
}

#popup_prompt {
    margin: .5em 0em;
}

#popup_cancel {
    background: url('../images/BtnPopupCancel.png') no-repeat;
}

    #popup_cancel span.hover {
        background: url('../images/BtnPopupCancel.png');
        background-position: bottom;
    }

#popup_ok span.hover {
    background: url('../images/BtnPopupConfirm.png') no-repeat;
    background-position: bottom;
}

#popup_ok {
    background: url('../images/BtnPopupConfirm.png') no-repeat;
}

.minibutt {
    clear: both;
    position: relative;
    display: inline-block;
    height: 20px;
    width: 81px;
    cursor: pointer;
    line-height: 20px;
    text-decoration: none;
    background-position: 0 0;
}

    .minibutt span.hover {
        position: absolute;
        display: block;
        height: 20px;
        width: 81px;
    }
