﻿
.ModalBackgroundFilter, .progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}
.progressBackgroundFilter {
    z-index:1010; 
}
.ModalContentLogin, .processMessage, .NewPageEditorContent, .processMessageCV
{
    position:fixed; 
    padding:10px; 
    z-index:1001; 
    background-color:#fff;
    border:solid 5px #96BDFF;    
}
.processMessage, .processMessageCV
{
    z-index:1012; 
}

.NewPageEditorContent
{
    position: absolute;
    width: 750px;
    height: 600px;
    top: 50px;
    left: 50%;
    margin-left: -390px;
    margin-top: 0;
}
.ModalContentLogin
{
    width: 250px;
    height: 225px;
    top: 50%;
    left: 50%;
    margin-top: -112px;
    margin-left: -125px;
}
.processMessage
{
    text-align: center;
    top:50%; 
    left:50%;
    margin-top: -40px;
    margin-left: -70px;
    width: 140px;
    height: 80px;
}
.processMessageCV
{
    text-align: center;
    top:50%; 
    left:50%;
    margin-top: -80px;
    margin-left: -140px;
    width: 280px;
    height: 160px;
}