/*--------------------------------------------------*/
/* POPUP MODAL CODE */
applet, object, iframe, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption, img, header, section {
  margin       : 0;
  padding      : 0;
  outline      : none;
  border       : none;
}

.overlay {
  width        : 100%;
  height       : 100%;
  position     : fixed;
  top          : 0;
  left         : 0;
  z-index      : 1000;
  display      : none;
}

.centerUp {
  margin       : 0 auto          ;
  width        : 510px           ;
}

.closeBtn {
  position     : absolute        ;
  display      : block           ;
  top          : 12px            ;
  left         : 10px            ;
  background   : url(../../pic/closeBtn.png) no-repeat 0 0;
  width        : 22px            ;
  height       : 22px            ;
}

.modal {
  display      : none;
  background   : snow;
  overflow     : auto;
  z-index      : 1001;
  padding      : 0 0 20px;
  position     : absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px #47958c;
  -moz-box-shadow: 0 3px 5px #47958c;
  box-shadow: 0 3px 5px #47958c;
  width        : 1000px;
  min-height   : 300px;
  min-width    : 350px;
}

.modal p {
  font-size: 14px;
  text-align: left;
  margin: 10px 0 0;
}
.modal p:hover {
  cursor: pointer;
}


.modal h1 {
  font-weight: 500;
  background: royalblue;
  border-bottom: 1px solid #d6d0af;
  color: white;
  margin: 0 0 10px;
  padding: 5px 0  0;
  text-align: center;
  font-weight:bold;
  font-size: 22px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: inset 0 1px 1px #f9d0c8;
  -moz-box-shadow: inset 0 1px 1px #f9d0c8;
  box-shadow: inset 0 1px 1px #f9d0c8;
  border: 1px solid tan;
  width: 600;
}


.dlgTitleSub {
    font-size: 1.5em;
    margin: 0.83em 0;
    text-align: left;
}


.modal {
  width: 600px;
}
.modal img {
  float: left;
  margin: 0 20px;
}
.modal h2 {
  margin: 0 0 10px;
}
.cashbook_reg_btn {
  background-color: lavender;
  background-image: -webkit-gradient(linear, left top, left bottom, from(lavender), to(lavender));
  background-image: -webkit-linear-gradient(top, lavender, lavender);
  background-image: -moz-linear-gradient(top, lavender, lavender);
  background-image: -o-linear-gradient(top, lavender, lavender);
  background-image: -ms-linear-gradient(top, lavender, lavender);
  background-image: linear-gradient(top, lavender, lavender);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='lavender', EndColorStr='lavender');
  -webkit-box-shadow: inset 0 1px 1px #66a0b8;
  -moz-box-shadow: inset 0 1px 1px #66a0b8;
  box-shadow: inset 0 1px 1px #66a0b8;
  border: 1px solid #2a4d5b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 120px;
  height: 40px;
  text-align: center;
  color: black;
  margin: 30px 0 0 0;
}

