/**
 * Buttons
 */

a.button {
  display: block;
  padding-right: 8px !important;
  height: 21px; 
  margin: 3px auto;
  background: url(/limages/buttons/r-short.gif) right top no-repeat;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
}



a.button span {
  display: block;
  height: 21px;
  color: white;
  padding-left: 8px !important;
  text-transform: uppercase;
  font-size: 11px;
  line-height:21px;
  white-space:nowrap;
  overflow:visible;
  
  background: url(/limages/buttons/l.gif) left top no-repeat;
}

a.button-right {float: right;}
a.button-left {float: left;}

a.button-center {
  width:230px;
}
