#bbDialogCurtain {
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 1000;
}

.bbDialogBox {
  z-index: 1001;
  border: 2px black outset;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
}

.bbDialogCaptionBar {
  background-color: #444444;
  color: white;
  padding: 4px 8px;
  font-weight: bold;
  height: 1.4em;
}

.bbDialogCaptionBar div {
  float: left;
}

.bbDialogCaptionBar img {
  float: right;
  cursor: pointer;
}

.bbDialogBody {
  padding: 8px;
  color: white;
}

#startGameDialog {
  width: 280px;
  height: 140px;
}

#startDialogBody {
  text-align: center;
}

#startDialogBody div {
  margin-top: 16px;
}
