﻿
a.button {
    background: #22415F url('/content/img/buttonbg.jpg') repeat-x top left;
    padding: 2px 8px;
    display: block;
    height: 20px;
    line-height: 20px;
    float: left;
    margin-right: 5px;
    border: 2px solid #d8d8d8;
    border-width: 1px 1px 2px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

a.button:active{ background: #22415F url('/content/img/buttonbg.jpg') repeat-x bottom left;}  
a.button:focus{ background: #22415F url('/content/img/buttonbg.jpg') repeat-x bottom left; }

a.downloadButton 
{
    padding: 2px 8px;
    display: block;
    height: 20px;
    line-height: 20px;
    float: left;
    margin-right: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }