#popup_container {
    font-family: Lucida Grande,Lucida Sans Unicode,Tahoma,sans-serif !important;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 3px #326b9f;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 99999;
    padding: 0px;
    margin: 0px;
    left: 485.5px;
    top: 374.5px;
    position: fixed;
}

#popup_title
{
   /* font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(images/title.gif) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;*/
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #326b9f;
    border-color: #326b9f #326b9f #8b8b8b;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75em;
    margin: 0;
    padding: 0;
    text-align: center;
}

#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.gif);
}

#popup_content.prompt
{
    background-image: url(images/help.gif);
}

#popup_message
{
    padding-left: 48px;
}

#popup_panel
{
    margin: 10px 0 0;
    text-align: center;
}

#popup_prompt
{
    margin: .5em 0em;
}
#ddllang select option { color:black;
}
option { color:black;
}
#popup_ok {
     /*background: url("images/header-bg.png") repeat-x scroll 0 0 hsla(0, 0%, 0%, 0);*/
     background-color:#31699C;
    border: 1px solid #31699c;
    color: hsl(0, 0%, 100%);
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    width: 70px;
    border-radius: 5px;
   
}


    #popup_ok:hover {
        border: 1px solid #999999 /*{borderColorHover}*/;
        background-color: #EFF1D1 /*{bgColorHover}*/;
        font-weight: normal /*{fwDefault}*/;
        color: #212121 /*{fcHover}*/;
    }

    #popup_cancel {
     background-color:#31699C;
    border: 1px solid hsl(0, 0%, 83%);
    color: hsl(0, 0%, 100%);
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    width: 70px;
    border-radius: 5px;
}

    #popup_cancel:hover {
        border: 1px solid #999999 /*{borderColorHover}*/;
        background-color: #EFF1D1 /*{bgColorHover}*/;
        font-weight: normal /*{fwDefault}*/;
        color: #212121 /*{fcHover}*/;
    }