<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : windows
    Created on : 2012-12-13, 20:20:49
    Author     : Tomek
    Description:
        Purpose of the stylesheet follows.
*/

#loader {
    position: fixed;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    width: 37px;
    height: 37px;
    padding: 100px;
    top: 50%;
    left: 50%;
    margin-top: -118px;
    margin-left: -118px;
    display: none;
    z-index: 1000;
}

#read_messages {
    display: none;
    position: absolute;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    width: 900px;
    height: 600px;
    top: 50px;
    left: 50%;
    margin-left: -450px;
    z-index: 9;
}

#read_messages #close_read_mesage {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding: 3px;
    text-align: right;
    font-size: 11px;
}

#read_messages #content_read_messages {
    height: auto;
}

#read_messages #attach_read_messages {
    padding: 10px 3px 0 3px;
    font-size: 11px;
}

.shadow {
    -moz-box-shadow: 10px 10px 0px 0px rgba(100, 100, 100, 0.7);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(100, 100, 100, 0.7);
    box-shadow: 10px 10px 0px 0px rgba(100, 100, 100, 0.7);
}</pre></body></html>