.SiteWindowAll{
    position: relative;
    z-index: 9999;
    display: none;
}
.SiteWindowBg{
    background: url("/board/i/preloader/SiteWindowPreloader.gif") no-repeat scroll center 23% #000000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    /*cursor: pointer;*/
}

.SiteWindowContainer{
    position: fixed;
    top: 20%;
    width: 100%;
    left: 0px;
}

.SiteWindowBox{
    background-color: #FFFFFF;
    margin: auto;   
    width: 500px;    

    position: relative;
}
.SiteWindowTitle{
    font-family: Arial,Tahoma;
    font-size: 24px;
    color: #3b3b3b;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    font-weight: normal;
}
.SiteWindowCloser{
    color: #3b3b3b;
    cursor: pointer;
    font-size: 27px;
    font-weight: normal;
    line-height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.SiteWindowBody{
    padding: 5px;
}


.SiteWindowBody .Alert{
    text-align: center;
    padding: 10px 20px;
}


.SiteWindow_message{
    padding: 20px;
    margin: 0px;
    text-align: center;
    font-size: 1.3em;
    line-height: 2em;
}