#ikbPopup {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;

  border-color: #404040;
  border-width: 10px;
  border-style: solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#ikbPopup h1 {
  padding-left: 1px;
  padding-top: 6px;
  margin: 0;
  Color : #000000 ;
  Font-Family : Verdana ;
  Font-Size : 14px ;
  text-decoration: none; 
  height:30px;
  width:100%;
  font-weight:bold;
  text-align: left;
  background: #afc8cf;
}
#ikbpopup dt {
  Color : #404040 ;
  font-weight:bold;
  Font-Family : Verdana ;
  Font-Size : 12px ;
}
#ikbpopup dd {
  Font-Family : Verdana ;
  Font-Size : 12px ;
}

#ikbpopup .row1 {
  background: #f1f6f7;
}
#ikbpopup .row2 {
  background: #ffffff;
}

#ikbpopup p {
  padding-left: 10px;
  Font-Family : Verdana ;
  Font-Size : 12px ;
}

#ikbPopup .popup {
  position: relative;
}

#ikbPopup .body {
  padding: 2px;
  background: #fff;
  min-width: 370px;
}

#ikbPopup .loading, #ikbPopup .image {
  text-align: center;
}

#ikbPopup img {
  border: 0;
  margin: 0;
}

#ikbPopup .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#ikbPopup_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.ibkPopup_hide {
  z-index:-100;
}

.ikbPopup_overlayBG {
  background-color: #000;
}

* html #ikbPopup_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

