#box-LSconfirmBox {
  -moz-border-radius:   5px;
  border-radius:        5px;
  margin:               auto;
  position:             absolute;
  z-index:              4;
  display:              none;
  position:             absolute;
  background-color:     #000;
  min-height:           6em;
}

#title-LSconfirmBox {
  width:                100%;
  font-weight:          bold;
  color:                #fff;
  padding:              0px;
  padding-left:         0.5em;
  margin:               0px;
  opacity:              0;
}

#text-LSconfirmBox {
  width:                90%;
  padding:              0px 5% 0px 5%;
  text-align:           center;
  font-size:            0.8em;
  font-style:           italic;
  color:                #fff;
  opacity:              0;
}

#closeBtn-LSconfirmBox {
  background:           url(../../images/default/close.png) no-repeat;
  width:                20px;
  height:               20px;
  position:             absolute;
  top:                  -10px;
  right:                -10px;
  cursor:               pointer;
  opacity:              0;
}

#btnsBox-LSconfirmBox {
  width:                100%;
  text-align:           center;
  opacity:              0;
}

.btn-LSconfirmBox {
  background-color:     #fff;
  -moz-border-radius:   5px;
  border-radius:        5px;
  color:                #000;
  font-weight:          bold;
  padding:              3px;
  cursor:               pointer;
  margin:               2px;
}