
/**
 * jQuery Simple Dialog 
 */
.sd_container
{
    font-family: arial,helvetica,sans-serif;
    margin: 0;
    padding: 20px;
    position: absolute;
    background-color: #ffffff;
    border: solid 1px #555555;
    text-align: center;
}
.sd_header
{
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 10px;
}
.sd_content
{
}
.sd_footer
{
    color: #000055;
    margin-top: 10px;
    font-size: 10pt;
}
.sd_overlay
{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background-color: #999999;
}
.sd_loading
{
    background: url( '/images/animloading32.gif' ) center no-repeat;
    background-color: #fff;
    height: 60px;
    width: 60px;
}
.sd_closelabel
{
    position: absolute;
    width: 50px;
    height: 22px;
    line-height: 22px;
    top: 0;
    left: 0;
    padding: 8px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #777777
}
.sd_closelabel a
{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

