/* line 21, ../../src/sass/button.sass */
.button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding: 2px 8px;
  text-decoration: none !important;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -khtml-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 40px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  text-align: center;
  text-shadow: white 0 1px 0;
  margin-left: 8px;
  outline: 0;
  margin-top: 0;
}

/* line 39, ../../src/sass/button.sass */
.button.first {
  margin-left: 0px;
}

/* line 43, ../../src/sass/button.sass */
.ext-ie .button {
  padding: 1px 10px 4px 10px;
  width: 0;
  min-width: 70px;
  overflow: visible;
  white-space: nowrap;
}
/* line 50, ../../src/sass/button.sass */
.ext-ie a.button {
  min-width: 105px;
}

/* line 54, ../../src/sass/button.sass */
.f-tip .button {
  border: none;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
}

/* line 60, ../../src/sass/button.sass */
input.button[class] {
  width: auto;
  padding: 2px 8px;
}

/* line 65, ../../src/sass/button.sass */
input.button.large[class] {
  width: auto;
  padding: 4px 10px;
}

/* line 70, ../../src/sass/button.sass */
.button {
  text-shadow: 0 1px 0 white;
  border-color: #a4acb4;
  color: #5a6773;
  background: #f2f2f2 url(../images/button-bg3.png) repeat-x scroll left top !important;
}
/* line 78, ../../src/sass/button.sass */
.button:focus {
  outline: none !important;
  text-decoration: underline !important;
}
/* line 82, ../../src/sass/button.sass */
.button:hover {
  color: #5a6773;
  border-color: #708090;
}
/* line 86, ../../src/sass/button.sass */
.button:active {
  background: #eeeeee url(../images/button-bg-active3.png) repeat-x scroll left top !important;
}
/* line 94, ../../src/sass/button.sass */
.button:disabled, .button.disabled {
  cursor: default !important;
  color: #cccccc !important;
  border-color: #cccccc;
}
/* line 99, ../../src/sass/button.sass */
.button.large {
  font-size: 0.8em !important;
}
/* line 102, ../../src/sass/button.sass */
.button.highlight {
  font-weight: bold !important;
}
/* line 105, ../../src/sass/button.sass */
.button.small {
  font-size: 9px;
  padding: 1px 4px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
/* line 116, ../../src/sass/button.sass */
.button.dark {
  background: #f2f2f2 url(../images/button-dark-bg.png) repeat-x scroll left top !important;
}
/* line 119, ../../src/sass/button.sass */
.button.dark:active {
  background: #eeeeee url(../images/button-dark-bg-active.png) repeat-x scroll left top !important;
  text-shadow: none;
}

/* line 124, ../../src/sass/button.sass */
.button-delete {
  color: red !important;
  cursor: pointer;
  font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  font-size: 11px !important;
  line-height: 16px;
  padding: 2px 4px;
  min-width: 40px;
  text-align: center;
}
/* line 134, ../../src/sass/button.sass */
.button-delete:hover {
  color: white !important;
  background-color: red;
  cursor: pointer;
  padding: 2px 4px;
}

/* line 140, ../../src/sass/button.sass */
.button-cancel {
  font-size: 10px !important;
  line-height: 16px;
}

