/* PHP ERROR MESSAGES */

.loggingSys-phpMsg-container {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    display: block; 
    z-index: 10000;
}

    .loggingSys-phpMsg-fieldset {
        font-family:Verdana, Geneva, sans-serif; 
        font-size:12px;
        width: 500px; 
        background-color: #F00;
        border: thin solid #F00; 
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
        .loggingSys-phpMsg-fieldset legend {
            background-color: #F00;
            color: #FFF;
            border: thin solid #F00; 
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            padding: 2px 2px 0px 10px;
            margin-left: 10px;
            font-weight: bold;
            cursor: move;   
        }
            
            .loggingSys-phpMsg-fieldset legend .loggingSys-phpMsg-messageCount {
                margin-right: 30px;
            }
            
            .loggingSys-phpMsg-fieldset legend .loggingSys-phpMsg-closeButton {
                background-color: #FFF; 
                color: #000;
                border: thin solid #F00;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
            }
            
                .loggingSys-phpMsg-fieldset legend .loggingSys-phpMsg-closeButton A {
                    padding: 0px 3px 0px 3px;
                    text-decoration: none;
                    color: #c6c6c6;
                }
                
                .loggingSys-phpMsg-fieldset legend .loggingSys-phpMsg-closeButton A:HOVER {
                    color: #333333;
                }
            
    
    .loggingSys-phpMsg-fieldset table {
        font-family:Verdana, Geneva, sans-serif; 
        font-size:10px; 
        width: 100%; 
        background-color: #CCC;
        border: thin solid #CCC; 
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        text-align: left;
    }
    
        .loggingSys-phpMsg-fieldset table .loggingSys-phpMsg-cell-top-left {
            border: 1px dotted #FFF; 
            background-color: #fae8e8; 
            width: 90px; 
            padding: 3px;
            border-top-left-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -webkit-border-top-left-radius: 10px;
            font-weight: bold;
        }
        
        .loggingSys-phpMsg-fieldset table .loggingSys-phpMsg-cell-top-right {
            border: 1px dotted #FFF; 
            background-color: #fae8e8; 
            padding: 3px;
            border-top-right-radius: 10px;
            -moz-border-radius-topright: 10px;
            -webkit-border-top-right-radius: 10px;
        }
        
        .loggingSys-phpMsg-fieldset table .loggingSys-phpMsg-cell-a {
            border: 1px dotted #FFF; 
            background-color: #e1dede; 
            width: 90px; 
            padding: 3px;
        }
        
        .loggingSys-phpMsg-fieldset table .loggingSys-phpMsg-cell-b {
            border: 1px dotted #FFF; 
            background-color: #fae8e8; 
            width: 90px; 
            padding: 3px;
        }
        
        .loggingSys-phpMsg-fieldset table .loggingSys-phpMsg-cell-bottom {
            border: 1px dotted #FFF; 
            background-color: #fae8e8; 
            width: 90px; 
            padding: 3px;
            border-bottom-left-radius: 10px;
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-right-radius: 10px;
            text-align: center;
        }
