
.Button, .Button a {
  border: none;
  padding: 0;
  margin: 0 4px 0 0;
  background: none;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  overflow: visible;
  width: auto;
  white-space: normal;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
float:left;
}

.Button .btn {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  z-index: 0;
  height: 19px;
  color: #fff;
  font-size:10px
}

.Button .t {
  height: 17px;
  line-height: 17px;
  padding: 2px 13px 0 13px;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
   text-transform:uppercase;
}
.Button .t:hover {color:#fff;}

.Button .r {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 12px;
  height: 19px;
}
* html .Button .r { font-size: 1px; left: expression(this.parentNode.offsetWidth-12+'px');}

.Button .r span {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:421px;
  height: 19px;
}
* html .Button .r span { font-size: 1px; left: expression(this.parentNode.offsetWidth-421+'px');}
.Button .active .l { top: -54px;}

.Button .hover .l { top: -27px;}

.Button .l {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 12px;
  height: 19px;
}
* html .Button .l { font-size: 1px; width: expression(this.parentNode.offsetWidth-12+'px');}

.Button .l, .Button .r span { background: #09717a;}

.Button .t b {color:white; font-weight:bold;font-size:10px}

a, a:visited {text-decoration:none;}



 a.grey .Button .l, a.grey .Button .r span { background: #393b3b;}

