/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssbutton{
background-color: #CCCCCC;

padding: 1px 4px;
color: #FF0033;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

.cssbutton:visited{
color: #FF0033;
}

.cssbutton:hover{
text-decoration: none;
color: white;
background-color: #CCCCCC;

}

.cssbutton:active{
color: white;

padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}
