/* $Id: buttons.css 3600 2007-12-24 14:22:22Z st $ */

div.dsButton {
  height: 28px;
  font: normal 12px Arial, Helvetica, sans-serif;
  line-height: 14px;
  overflow: hidden;
}

div.dsButton a {
  color: #FFD9C4;
  background-color: #BF0000;
  display: block;
  width: 100%;
  padding: 5px 0 6px;
  text-align: center;
  text-decoration: none;
}

.dsForm .dsButton input {
  padding: 4px 0 5px;
  font: normal 12px Arial, Helvetica, sans-serif;
  line-height: 14px;
  background: none;
  border-width: 0;
  cursor: pointer;
  cursor: hand;

  color: #FFD9C4;
  background-color: #BF0000;
}

div.dsBtn1, .dsForm .dsBtn1 input {
  width: 91px;
}

div.dsBtn2, .dsForm .dsBtn2 input {
  width: 153px;
}

div.dsBtn3, .dsForm .dsBtn3 input {
  width: 216px;
}

div.dsBtn1 .dsRed {
  background-color: #BF0000;
}

div.dsBtn1 .dsRed a {
}

div.dsBtn2 .dsRed {
  background-color: #BF0000;
}

div.dsBtn2 .dsRed a {
}

div.dsBtn1 .dsYellow, .dsForm div.dsBtnYellow1 {
}

div.dsBtn1 .dsYellow a, .dsForm div.dsBtnYellow1 input {
}

div.dsBtn2 .dsYellow, .dsForm div.dsBtnYellow2 {
}

div.dsBtn2 .dsYellow a, .dsForm div.dsBtnYellow2 input {
}

div.dsBtn3 .dsYellow, .dsForm div.dsBtnYellow3 {
}

div.dsBtn3 .dsYellow a, .dsForm div.dsBtnYellow3 input {
}

div.dsBtn3 .dsRed {
}

div.dsBtn3 .dsRed a {
}

div.dsBtn3 .dsRed a, div.dsBtn3 .dsRed a:hover {
}

div.dsButton .dsRed a strong {
  color: #FFF;
  font-weight: bold;
  /* text-transform: uppercase; */
}

div.dsButton .dsRed a:hover strong {
}

div.dsBtn1 .dsGreen {
}

div.dsBtn1 .dsGreen a {
}

div.dsBtn2 .dsGreen, .dsForm div.dsBtnGreen2 {
}

div.dsBtn2 .dsGreen a, .dsForm div.dsBtnGreen2 input {
}

div.dsBtn3 .dsGreen, .dsForm div.dsBtnGreen3 {
}

div.dsBtn3 .dsGreen a, .dsForm div.dsBtnGreen3 input {
}

div.dsButton a:hover, div.dsButton a:active, div.dsButton a:focus {
}


#dsContent .dsCenter div.dsButton {
  margin: 0 auto;
}

.dsButtonComment {
  margin-top: 8px;
}

