#start {
  width: 450px;
}

#start a#go, #start span#disabled {
  display: block;
  width: 11.5em;
  margin: 30px auto;
  padding: 30px 40px 30px 20px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: #333;
}

#start a#go {
  border: 1px solid #8B8B7A;/*#8B7355;*/
  background: url(/page/images/arrow.png) right bottom no-repeat #CDCDB4; /*#CDAA7D;*/
}
#start span#disabled {
  width: 19em;
  padding: 20px;
  font-size: 17px;
  border: 1px solid #8B3A3A;
  background: #CD5555;
}

#start span#disabled a {
  color: #fff;
}

#start a#go:hover {
  background-color: #CDCDC3;
}

#donate {
  padding: 0 10px 0 0;
  color: #777777;
  font-size: 13px;
  float: right;
  width: 230px;
}

#donateForm {
  text-align: center;
}

#dbref {
  display: block;
  padding: 3px 7px;
  margin: 0 auto;
  background: #0E60A0;
  width: 7em;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#dbref img {
  margin: 0 6px 0 0;
}

#dbref * {
  vertical-align: middle;
}

#dbref:hover {
  background: #3A9BEA;
  text-decoration: none;
}

#foot {
  position: relative;
}

#badgespreview {
  width: 235px;
  height: 187px;
  position: absolute;
  bottom: 10px;
  left: 13px;
  display: block;
  background: url(/page/images/badgesbg.png) bottom left no-repeat;
}

