#myac {
    font-family: verdana, arial, helvetica, sans-serif;
    }
    
#myac .subheading {
    font-size:0.9em;
    font-weight:bold;
    }
    
#myac a {
    color:#003E6A;
    text-decoration:none;
    }
    
#myac .body {
    font-size:0.7em;
    }

#myac .frm1 {
    font-size: x-small;
    /*border: 1px solid #003E6A;*/
    }
    
#myac .tableform {
    background-color: #EFEFEF;
    margin-bottom:10px;
    }

#myac .options, #myac .opt {
    font-size:0.7em;
    font-weight:normal;
    }
    
#myac .errormsg {
    background-color:#FFEEEE;
    border: 1px solid #CC0000;
    font-size:0.8em;
    padding:2px;
    margin-bottom:10px;
    text-align:left;
    }
#myac .errormsg a { text-decoration: underline; }         
#myac .errormsg a:hover{ color: #CC0000; }
         
.login {
    font-size:0.8em;
    }
    
a.formbutton {
    background-color: #003E6A;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight:bold;
    font-size:0.9em;    
    padding:5px;  
    color:white;
    cursor: pointer;  
    border-top:1px solid white;
    border-left:1px solid white;
    border-right: 1px solid black;
    border-bottom: 2px solid black;
    }
    
a.formbutton:hover {
    color:#84C525;   
    }
    
.loginarea {
    height:50px;
    }
