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

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#boxes #dialog3 {
  /*background: url(../images/modal/post_supernumber.png) no-repeat 0 0 transparent; */
  width:539px; 
  height:290px;
  /*padding: 60px 20px 20px 20px;*/
}

 /* Start of Sticky Note */
.note_announced { font-family:Tahoma; font-size:14px; color:#333; width:380px; height:180px; padding:5px;}
.note_announced > .detail { font-family:Tahoma; font-size:14px; color:#333; text-align:justify; width:100%; margin:0;}
.note_announced > .detail > .notice { color: #F00; }
.note_announced > .footer { font-family:Tahoma; font-size:14px; color:#333; text-align: right; width:100%; margin:10;}
.note_announced h3 { font-family:Tahoma; font-size:16px; color: #333; font-weight:bold; text-align:left; padding:5px 0 0 0;}
.note_announced a { font-size: 13px; font-family: tahoma; color: #333;}
.note_announced a:active { font-size: 13px; font-family: tahoma; color: #333;}
.note_announced a:link { font-size: 13px; font-family: tahoma; color: #333;	text-decoration: none;}
.note_announced a:visited  { font-size: 13px; font-family: tahoma; color: #333;	text-decoration: none;}
.note_announced a:hover { font-size: 13px; font-family: tahoma; color: #FF9900;}
.note_announced > .close_icon { text-align:right; width:530px; margin:0; padding: 2px 10px 0 0; z-index:100px; position:absolute;}


 /* End of Sticky Note */
