/* dojox.mobile.SimpleDialog */
.mblSimpleDialog {
  position: absolute;
  z-index: 100;
  margin: 0;
  text-align: center;
  outline: none;
  padding: 5px;
  width: 262px;
}
.mblSimpleDialogDecoration {
  border-radius: 10px;
  background-color: rgba(35, 50, 96, 0.85);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 150, 170, 0.85)), to(rgba(18, 29, 68, 0.85)), color-stop(0.15, rgba(77, 85, 119, 0.85)), color-stop(0.15, rgba(35, 50, 96, 0.85)));
  border: 2px solid #bac1d3;
  border-top-color: #eaeaf2;
  -webkit-box-shadow: 0 3px 2px #000000;
  color: white;
}
.mblSimpleDialogContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.mblSimpleDialogCover {
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.mblSimpleDialogCloseBtn {
  position: absolute !important;
}
.mblSimpleDialogTitle {
  margin: 14px 0 7px;
  width: 262px;
  font-weight: bold;
}
.mblSimpleDialogText {
  margin: 7px 0 14px;
  width: 262px;
}
