/* =BUTTONS */
a.button,
a.button:link,
a.button:visited {
  background: transparent url('/includes/images/all_in_one_controls.png') 0px 0px no-repeat scroll;
  color: #CCC;
  cursor: pointer;
  float: right;
  height: 28px;
  line-height: 26px;
  margin: 4px 4px 0;
  padding-left: 25px;
  white-space: nowrap;
  text-decoration: none;
}
a.button strong,
a.button span {
  background: transparent url('/includes/images/all_in_one_controls.png') 0px 0px no-repeat;
  display: block;
  font-weight: normal;
  height: 28px;
  min-width: 48px;
  padding-right: 25px;
  text-align: center;
  text-decoration: none;
}
a.button:hover,
a.button:focus {
  text-decoration: none;
  outline: none;
}


/* =SUBMIT */
a.submit.green,
a.submit.green:link,
a.submit.green:visited {
  background-position: -225px -280px;
  margin-top: 2px;
}
a.submit.green strong {
  background-position: right -40px;
}

a.submit.green:focus {
  background-position: -225px -310px;
}
a.submit.green:focus strong {
  background-position: right -70px;
}

a.submit.green:active {
  background-position: -225px -340px;
}
a.submit.green:active strong {
  background-position: right -100px;
}

a.submit.black,
a.submit.black:link,
a.submit.black:visited {
  background-position: -225px -400px;
  margin-top: 2px;
}
a.submit.black strong {
  background-position: right -160px;
}

a.submit.black:focus {
  background-position: -225px -429px;
}
a.submit.black:focus strong {
  background-position: right -190px;
}

a.submit.black:active {
  background-position: -225px -460px;
}
a.submit.black:active strong {
  background-position: right -220px;
}

a.submit.disabled {
  background-position: -225px -250px;
}
a.submit.disabled strong {
  background-position: right -10px;
}


