a.button.large {
  font-size: 18px;
  min-width: 110px;
  height: 30px;
  line-height: 30px;
  padding: 8px 12px;
}
a.button.small {
  min-width: 80px;
  height: 22px;
  line-height: 22px;
  padding: 4px 12px;
}
a.button.tiny {
  min-width: 60px;
  height: 16px;
  line-height: 16px;
  padding: 3px 12px;
}
a.button {
  box-sizing: content-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-width: 100px;
  height: 25px;
  line-height: 25px;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 14px;
  font-family: Helvetica, Arial, 'Lucida Grande', sans-serif, SimSun;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
a.button:hover {
  text-decoration: none;
}
a.button:active {
  outline: 0;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px #ffffff;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.a-button.disabled,
.a-button[disabled],
a.button.disabled,
a.button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.a-button.disabled,
.a-button[disabled] {
  color: #808080 !important;
}
.a-button.disabled:hover,
.a-button[disabled]:hover {
  color: #808080 !important;
}
.button-wrap {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: -moz-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: -ms-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: -o-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: linear-gradient(top, #e3e3e3, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f2f2f2');
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  padding: 10px;
  display: inline-block;
}
.button-wrap .button {
  border-width: 2px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
a.button.block {
  display: block;
  width: auto;
  margin: 5px auto;
}
a.button.pill {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
/*.button.white*/
a.button.white {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
}
a.button.white:hover {
  background-color: #ebebeb;
  border-color: #adadad;
}
a.button.white:active {
  color: #c5c5c5;
}
a.button.white.disabled:hover,
a.button.white[disabled]:hover {
  background-color: #ffffff;
  border-color: #cccccc;
}
a.button.white.disabled:active,
a.button.white[disabled]:active {
  color: #ffffff;
  text-shadow: none;
}
a.button.white.disabled:active,
a.button.white[disabled]:active {
  color: #333333;
}
/*.button.green*/
a.button.green {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
a.button.green:hover {
  background-color: #47a447;
  border-color: #398439;
}
a.button.green:active {
  color: #306f30;
}
a.button.green.disabled:hover,
a.button.green[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
a.button.green.disabled:active,
a.button.green[disabled]:active {
  color: #ffffff;
  text-shadow: none;
}
/*.button.blue*/
a.button.blue {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
a.button.blue:hover {
  background-color: #3276b1;
  border-color: #285e8e;
}
a.button.blue:active {
  color: #214e75;
}
a.button.blue.disabled:hover,
a.button.blue[disabled]:hover {
  background-color: #428bca;
  border-color: #357ebd;
}
a.button.blue.disabled:active,
a.button.blue[disabled]:active {
  color: #ffffff;
  text-shadow: none;
}
/*.button.lightBlue*/
a.button.lightBlue {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
a.button.lightBlue:hover {
  background-color: #39b3d7;
  border-color: #269abc;
}
a.button.lightBlue:active {
  color: #2185a3;
}
a.button.lightBlue.disabled:hover,
a.button.lightBlue[disabled]:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
a.button.lightBlue.disabled:active,
a.button.lightBlue[disabled]:active {
  color: #ffffff;
  text-shadow: none;
}
/*.button.yellow*/
a.button.yellow {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
a.button.yellow:hover {
  background-color: #ed9c28;
  border-color: #d58512;
}
a.button.yellow:active {
  color: #b9730f;
}
a.button.yellow.disabled:hover,
a.button.yellow[disabled]:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
a.button.yellow.disabled:active,
a.button.yellow[disabled]:active {
  color: #ffffff;
  text-shadow: none;
}
/*.button.brown*/
a.button.brown {
  color: #ffffff;
  background-color: #b77232;
  border-color: #b2641b;
}
a.button.brown:hover {
  background-color: #ae6215;
  border-color: #994b02;
}
a.button.brown:active {
  color: #6a3c0d;
}
a.button.brown.disabled:hover,
a.button.brown[disabled]:hover {
  background-color: #b77232;
  border-color: #b2641b;
}
a.button.brown.disabled:active,
a.button.brown[disabled]:active {
  color: #ffffff;
  text-shadow: none;
}
/*.button.red*/
a.button.red {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
a.button.red:hover {
  background-color: #d2322d;
  border-color: #ac2925;
}
a.button.red:active {
  color: #932320;
}
a.button.red.disabled:hover,
a.button.red[disabled]:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
a.button.red.disabled:active,
a.button.red[disabled]:active {
  color: #ffffff;
  text-shadow: none;
}
.a-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  display: inline-block;
  *display: inline;
  zoom: 1;
  min-width: 20px;
  height: 13px;
  line-height: 13px;
  padding: 2px 4px;
  text-decoration: none;
  font-size: 13px;
  font-family: Arial, 'Lucida Grande', sans-serif, SimSun;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #1A71E6 !important;
}
.a-button:link {
  color: #1A71E6 !important;
}
.a-button:visited {
  color: #7D007D !important;
}
.a-button:hover {
  color: #155BBB !important;
}
.a-button:active {
  color: #0F438A !important;
}
.a-button s {
  display: inline-block;
  vertical-align: 2px;
  margin-left: 5px;
  width: 5px;
  height: 6px;
  overflow: hidden;
  font-size: 0;
  background: url(img/button.png) no-repeat;
}
.a-button.more s {
  background-position: 0 0;
}
.a-button.less s {
  background-position: 0 -6px;
}
.a-button.disabled.more s,
.a-button.more[disabled] s {
  background-position: -5px 0;
}
.a-button.disabled.less s,
.a-button.less[disabled] s {
  background-position: -5px -6px;
}
