#mahjongg {
  position: relative;
  color: black;

  top: 0px;
  left: 0px;
  width: 650px;
  height: 400px;

  font-family: arial,helvetica;
  font-size: 16px;

  background: #dfc1a8;
  background-image: url( mahjongg/bg2.jpg);
  background-repeat: no-repeat;
}


#status {
  position: absolute;
  color: black;
  background: #dfc1a8;

  top: 0px;
  left: 525px;
  width: 100px;
  height: 400px;

  text-align: center;

  -moz-opacity: 0.70;
  filter: alpha( opacity=70 );

  z-index: 1;
}

#buttonbox {
  position: absolute;
  color: black;

  top: 0px;
  left: 525px;
  width: 100px;
  height: 400px;

  z-index: 2;
}

#mahjongg input {
  background-color:  #dfc1a8;

  border:2px solid;
  border-top-color:#ffead9;
  border-left-color:#ffead9;
  border-right-color:#6b6158;
  border-bottom-color:#6b6158;

  z-index: 2;
}

#undobtn {
  position: absolute;
  top: 310px;
  left: 0px;
  width: 100px;
  height: 24px;

  z-index: 2;
}

#hintbox {
  position: absolute;
  top: 278px;
  left: 0px;

  z-index: 2;
}

#helpbtn {
  position: absolute;
  top: 252px;
  left: 0px;
  width: 100px;
  height: 24px;

  z-index: 2;
}

#newbtn {
  position: absolute;
  top: 340px;
  left: 0px;
  width: 100px;
  height: 24px;

  z-index: 2;
}

#youwin {
  position: absolute;
  top: 170px;
  left: 90px;

  color: yellow;

  font-family: arial,helvetica;
  font-size: 30px;

  z-index: 0;
}

#nomatches {
  position: absolute;
  top: 160px;
  left: 90px;

  color: red;

  font-family: arial,helvetica;
  font-size: 30px;

  background: #dfc1a8;
  -moz-opacity: 0.80;
  filter: alpha( opacity=80 );

  z-index: 100;
}

#mahjhelp {
  color: black;

  font-family: arial,helvetica;
  font-size: 16px;

  background: #dfc1a8;
  background-image: url( mahjongg/bg2.jpg);
  background-repeat: no-repeat;
}

#helpdiv1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 650px;
  height:400px;

  background: #dfc1a8;
  -moz-opacity: 0.70;
  filter: alpha( opacity=70 );

  z-index: 1;
}

#helpdiv2 {
  position: absolute;
  top: 0px;
  left: 0px;

  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;

  z-index: 2;
}

table {
    margin-top: 1em;
}
