/* BUTTONS */

.buttons, .buttons a{
    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 */

.buttons a:hover, buttons a:active{
    background-color:#e0e0e0;
    border:1px solid Gray;
    color:#858585;
}

.submit {
    background-color:Gray;
    border:1px solid #e2e2e2;
    text-align:center;
    font-family:Verdana, Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    color:#e2e2e2;
    font-weight:bold;
    cursor:pointer;
    padding:5px; 
}
