.loadingprocesslayer {
    font-size: 16px;
    color:white;
    font-weight:bold;
    font-style: italic;
    width: 500px;
    height: 50px;
    z-index:1005;
    position: absolute;
    text-align: center;
    opacity: 1.0;
    color: black;
}

.loadingprocesslayer span {
    z-index: 6000;
    opacity: 2 !important;
    text-shadow: 1px 1px 1px gray, 0 0 1em red;
}

#message_box {
    position: absolute;
    width: 300px;
    height: 150px;
    left: 50%;
    margin-left: -75px;
    border-radius: 5px;
    border: 2px solid #C5B8B8;
    background-color: #eee;
    z-index: 10000;    
}

#message_box h {
    background-color: #E2D8D8;
    width: 280px;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    padding: 10px;
    display: block;
    font-size: 24px;    
    border-radius: 5px;
}

#message_box x {
    display: block;
    position: absolute;
    right: 5px;
    top: 3px;
    background-image: url(/cms/public/images/close.png);
    width: 32px;
    height: 32px;    
    z-index: 10001;
    cursor: pointer;
}


#message_box t {
    padding: 10px;
    position: absolute;
    top: 46px;
    left: 0px;    
}


.info_toolbox {
    position: fixed;
    width: 'auto';
    height: 'auto';
    padding: 20px 20px;
    background-color: #fff;
    top: 10%;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 25px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 25px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 25px 1px rgba(0,0,0,0.75);
    display: none;
    font-size: 16px;
    border-radius: 6px;
    z-index: 20000;
}