#xpopup_overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter:alpha(opacity=30);
    background-color: #000000;
    z-index: 15;
    top: 0;
    left: 0;
    display: none;
}
#xpopup_window
{
    position: fixed;
    background: white;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    border-radius: 3px;
    z-index: 20;
    display: none;
    padding: 1px;
    max-width: 80%;
}

#xpopup_header
{
    position: relative;
    height: 38px;
    background: #2C7DD3;
    border-radius: 3px 3px 0 0;
    padding-right: 50px;
}

#xpopup_title
{
    color: white;
    font-size: 12pt;
    padding: 10px 0 0 12px;
}

#xpopup_body
{
    position: relative;
    padding: 20px;
    font-size: 10pt;
}

#xpopup_loader
{
    position: fixed;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    padding: 10px;
    background: rgba(0, 40, 70, .1) url(/img/ajax-loader.gif) 50% 50% no-repeat;
    z-index: 9001;
    display: none;
}

#xpopup_close
{
    background: url(/img/popup_close_button_square.png) 50% 50% no-repeat;
    background-color: none;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
}

#xpopup_close:hover
{
    background-color: #004C91;
}

/*
     */
/*
*/