/* 
    Document   : loader
    Created on : 18-Oct-2009, 9:15:40 PM
    Author     : Lowgain
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#loader {
    background: #00a261;
    color: #fff;
    width:80px;
    height:20px;
    position:fixed;
    text-align:center;
}