#prompt {
  z-Index: 10000;
  width: 260px;
  height:134px;
  position: absolute; 
  top: 15%; left: 50%; 
  margin-left: -138px;
  /*opacity:0.9;*/
  padding: 5px;
  display:none;
}
 
#prompt .message {
  height:30px;
  margin: 11px 0px 10px;
  text-align:center;
}

#prompt .inputWrap {
  padding:5px;
  line-height:20px;
}

#prompt .inputWrap INPUT {
  width: 250px;
  height:23px;
  line-height:normal;
  /*background: transparent;*/
  /*-webkit-user-select: auto;*/
  -webkit-user-select: auto;
  /*-moz-user-select: all;*/
  /*-ms-user-select: all;*/
  /*user-select: all;*/

  cursor: auto;
  border: 1px;
}

#prompt .buttonsWrap {
  text-align:center;
  padding: 5px 0 5px 0;
}

/*#prompt .buttonsWrap BUTTON {*/
  /*width: 127px;*/
  /*height: 40px;*/
  /*font-weight: bold;*/
  /*font-size: 16px;*/
  /*cursor: pointer;*/
  /*border: 0;*/
/*}*/

#Cancel {
  float: left;
}

#ok {
  float: right;
}

#bookIndex>DIV{
  /*color : #6ebb1f;*/
}

#bookPrint>DIV{
  /*color : #6ebb1f;*/
}

