﻿
.title {
            font-family: Arial;
            FONT-SIZE: 14px;
            color:gray;
           
        }
        .grey {
            FONT-SIZE: 12px;
            color: #666666;
        }
        textarea, input, select {
            background: #FFFFFF;
            border: 1px solid #CCCCCC;
            color: #000000;
            font-family:Arial;
            font-size: 0.95em;
        }
        .username {
            background-image: url(images/username.gif);
            background-position: 1px 1px;
            background-repeat: no-repeat;
            padding-left: 20px;
            height: 20px;
            FONT-SIZE: 12px;
            color:gray;
        }
        .td_input{
            padding-left:10px;
            FONT-SIZE: 12px;
            color:gray;
            font-family:Arial;
        }
        .password {
            background-image: url(images/password.gif);
            background-position: 1px 1px;
            background-repeat: no-repeat;
            padding-left: 20px;
            height: 20px;
            FONT-SIZE: 12px;
            color:gray;
        }
        .select {
            background-image: url(images/password.gif);
            background-position: 1px 1px;
            background-repeat: no-repeat;
            padding-left: 20px;
            height: 20px;
            FONT-SIZE: 12px;
            color:gray;
        
        }
        #login  {
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.2),
                              0 1px 1px rgba(0, 0, 0, .2),
                              0 3px 0 #fff, 
                              0 4px 0 rgba(0, 0, 0, .2),
                              0 6px 0 #fff,  
                              0 7px 0 rgba(0, 0, 0, .2);

        } 