#popup_container
{
    font-size: 9pt;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background-color: #456ba0;
    border: solid 3px #456ba0;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
}

#popup_title
{
    cursor: pointer;
    text-indent: 5px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left;
    background-color: Transparent;
    background-image: url(../Images/Icon/Close.png);
    font-size: 10pt;
    font-weight: bold;
    line-height: 1.75;
    color: #f1d66b;
    border: solid 1px #4c6fa4;
    padding: 0em;
    margin: 0em;
}

#popup_content
{
    direction: rtl;
    padding: 1em 1.75em;
    margin: 0em;
    background-repeat: no-repeat;
    background: #e0e0e2;
    color: #c91f0d;
    text-align: center;
}


#popup_content.alert
{
    background-image: url(../images/important.gif);
}

#popup_content.info
{
    background-image: url(../images/info.gif);
}

#popup_content.confirm
{
    background-image: url(../images/important.gif);
}

#popup_content.prompt
{
    background-image: url(../Images/Icon/Help.gif);
}

#popup_message
{
    padding-left: 48px;
}

#popup_panel
{
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt
{
    margin: .5em 0em;
}


