/* 
    Document   : loginPage
    Created on : 21.10.2011, 16:06:21
    Author     : rsipchenko
    Description:
        Purpose of the stylesheet follows.
*/

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

/*root { 
    display: block;
}
.login-form { font: 14pt Tahoma, Arial, sans-serif; color: #CCAA28;  border: #CCAA28 1px solid; display: block;
               padding: 15px 15px 15px 15px; width: 300px;
               -moz-border-radius: 3px;
               -webkit-border-radius: 3px;
               -khtml-border-radius: 3px;
               -border-radius: 3px;
                        
                }
.login-button {width: 100px; height: 25px;margin-top: 10px; font: 12pt Tahoma,Arial;color: white; background: #2CB8F2;
               border: none;
}
.login-input { width: 145px; height: 25px; outline: none; 
               border: 1px solid #cdac2c ; background: none;
}
input:-webkit-autofill {
background-color: black !important; 
border: 0px none;
}*/