@charset "utf-8";
/* CSS Document */

#popup-mask {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  /*background-color:#000;*/
  display:none;
}
  
#popup .window {
  position:fixed;
  left:0;
  top:0;
  display:none;
  z-index:9999;
}

/*.popup-header { background:url(../images/popup/pop-up-01.png); width:389px; height:20px; }
.popup-center { background:url(../images/popup/pop-up-02.png) repeat-y; width:389px; }
.popup-footer { background:url(../images/popup/pop-up-03.png); width:389px; height:24px; }*/

.small .popup-header { background:url(../images/popup/s-header.png) no-repeat; width:389px; height:19px; }
.small .popup-center { background:url(../images/popup/s-center.png) repeat-y; width:389px; }
.small .popup-footer { background:url(../images/popup/s-footer.png) no-repeat; width:389px; height:22px; }

.middle .popup-header { background:url(../images/popup/m-header.png) no-repeat; width:419px; height:21px; }
.middle .popup-center { background:url(../images/popup/m-center.png) repeat-y; width:419px; }
.middle .popup-footer { background:url(../images/popup/m-footer.png) no-repeat; width:419px; height:25px; }

.large .popup-header { background:url(../images/popup/l-header.png) no-repeat; width:536px; height:21px; }
.large .popup-center { background:url(../images/popup/l-center.png) repeat-y; width:536px; }
.large .popup-footer { background:url(../images/popup/l-footer.png) no-repeat; width:536px; height:25px; }

.popup-line { background:url(../images/popup/line.png) repeat-x; width:90%; height:1px; margin:auto; }
.popup-title { text-align:center; padding-bottom:5px; color:#FFF; font-weight:bold; font-size:13px; }
.popup-detail { padding:20px 0 10px 0; line-height:1.5em; }
.popup-desc { color:#FFF; font-weight:bold; margin:auto; text-align:center; }
.popup-botton { padding:20px 50px 0 0; float:right;  }
.popup-botton a { margin-left:5px; }
.popup-input { padding:20px 0 10px 0; text-align:center; }
#popup-prompt input[type=text] { 
	background:url(../images/popup/box-input.png); 
	width:258px; height:26px; 
	border:none;
	padding:0 10px;
}