/* BUTTONS */

.buttons, a.buttons:link,  a.buttons:active,  a.buttons:visited {
    display:block;
    background-color:Gray;
    border:1px solid #e2e2e2;
    text-align:center;
    font-family:Verdana, Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#e2e2e2;
    cursor:pointer;
    padding:5px 5px 5px 5px; 
}

    /* STANDARD */

.a.buttons:hover {
    background-color:#e0e0e0;
    border:1px solid Gray;
    color:#858585;
}


.submitTiny {
    background-color:Gray;
    border:1px solid #e2e2e2;
    text-align:center;
    font-family:Verdana, Tahoma, Arial, Verdana, sans-serif;
    font-size:9px;
    color:#e2e2e2;
    font-weight:bold;
    cursor:pointer;
    padding:1px; 
    oldheight: 20px;
}
.submitTiny:hover {
    color:#ff0000;
}


.submit {
    background-color:Gray;
    border:1px solid #e2e2e2;
    text-align:center;
    font-family:Verdana, Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    color:#e2e2e2;
    font-weight:bold;
    cursor:pointer;
    padding:4px; 
}
.submit:hover {
    color:#ff0000;
}

