/* Buttons */

button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
  margin-left: 10px;
  display: inline-block;
  padding-left: 12px;
  cursor: pointer;
}


button span, a.button {
  display: -moz-inline-box;
  display: inline-block;
  color: white;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  padding-left:9px !important;
  background: url(../../images/button-green.png) no-repeat center right;
  cursor: pointer;
}
button span span, a.button span {
  display: -moz-inline-box;
  display: inline-block;
  margin: 0;
  margin-right: 6px !important;
  margin-left: -12px !important;
  padding: 4px 6px !important;
  padding-left: 12px !important;
  color: white;
  background:url(../../images/button-green.png) no-repeat center left;
}
a.button span {
}
a.button:hover {
  text-decoration: none;
}

button.thinblue span {
  font-size: 11px;
  background: url(../../images/common/buttons/button-thin-blue.png) no-repeat center right;
}
button.thinblue span span {
  padding-right: 0;
  background:url(../../images/common/buttons/button-thin-blue.png) no-repeat center left;
}

button.thinwhite span {
  font-size: 11px;
  color: #FE6000;
  background: url(../../images/common/buttons/button-thin-white.png) no-repeat center right;
}
button.thinwhite span span {
  background:url(../../images/common/buttons/button-thin-white.png) no-repeat center left;
}

a.button.large {
  color:#333333;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  width: 510px;
  background: url(../../images/common/buttons/button_large.png) no-repeat left top;
}
a.button.large:hover {
  background: url(../../images/common/buttons/button_large.png) no-repeat left bottom;
}
a.button.large span {
  display: table-cell;
  width: 510px;
  height: 40px;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  background: none;
}

h1 a.button,
h2 a.button,
h3 a.button {
  font-size: 12px;
  float: right;
  margin-bottom: 2px;
}



