/** 
 * Stolen from Nick Moffitt's page.
 */

.orangebutton {   background: #ff6600;
    color: white;
    border-left:   1px solid #cc9966;
    border-top:    1px solid #ccaa99;
    border-right:  1px solid #993300;
    border-bottom: 1px solid #331100;
    padding: 0px 0.5em 0px 0.5em;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: small;
    text-decoration: none; 
    margin-top: 1em; }
.orangebutton:hover { background: #ff9900; }

.greenbutton {   background: #009900;
    color: white;
    border-left:   1px solid #00CC00;
    border-top:    1px solid #00FF00;
    border-right:  1px solid #006600;
    border-bottom: 1px solid #003300;
    padding: 0px 0.5em 0px 0.5em;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: small;
    text-decoration: none; }
.greenbutton:hover { background: #00cc00; }

.bluebutton {   background: #330099;
    color: white;
    border-left:   1px solid #6600CC;
    border-top:    1px solid #6600FF;
    border-right:  1px solid #330066;
    border-bottom: 1px solid #330033;
    padding: 0px 0.5em 0px 0.5em;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: small;
    text-decoration: none; }
.bluebutton:hover { background: #6600cc; }

