/* 
    Document   : forms
    Created on : Jun 26, 2009, 9:12:07 AM
    Author     : Leon
    Description:
        Purpose of the stylesheet follows.
*/

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

/* ----------------------- CONTENT PAGES */

/* ----------------------- SIDEBAR*/

/* LOGIN */

#sidebar input, #sidebar textarea{
    font-size: 14px;
    border: 1px solid #cecece;
    background-color: #f1f1f1;
    color: #767676;
}

.login_field{
  float:left;
  width: 100px;
  height:30px;
}
