#slotMachine {
  background: url("../images/slotmachine/back.jpg") no-repeat;
  width: 410px;
  height: 385px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 55px;
  color: white;
}

#game {
  border: 5px solid black;
}

#scoreForm input {
  color: black;
  width: 250px;
}

#scoreForm #reset, #scoreForm #finish, #scoreForm #play, #scoreForm #bet10, 
#scoreForm #bet100, #scoreForm #betall {
  width: 110px;	
}

#scoreForm label {
  display: inline-block;
  width: 60px;
}

#scoreForm {
  padding-top: 10px;
  margin: 0 auto;
  width: 350px;
}

#hint {
  font-size: small;
}

#slotmachinestats {
  border: 1px solid #820000;
}

#slotmachinestats th, #slotmachinestats td {
  padding: 2px;
  border: 1px solid #820000;
}

