/* 
    Document   : Log
    Created on : 2012.10.03., 21:38:12
    Author     : Berco
    Description:
        Purpose of the stylesheet follows.
*/

#log { 
   width: 300px;
   background: #ffffff;
}

#logContainer {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 300px;
   min-height: 100px;
   background: #dbdbdb;
   z-index: 1000;
   visibility: hidden;
}
