#popbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  border:2px solid #333;
}

#popbox .popup {
background:white;

}

#popbox td {
  border-bottom: 0;
  padding: 0;
}

.spanpopup { float:right;font-size:8pt;font-weight:bold;margin:4px; }

#popbox h1 {
	font-size:16pt;font-face:Verdana;
}

#popbox .body {
  padding: 15px;
  background: #fff;
  width: 370px;
}

#popbox .loading {
  text-align: center;
}

#popbox .image {
  text-align: center;
}

#popbox img {
  border: 0;
  margin: 0;
}

#popbox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#popbox .tl, #popbox .tr, #popbox .bl, #popbox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#popbox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background:#000;
}

a.close:link, a.close:visited, a.close:active {
	text-decoration:none;	
	padding:3px;
	color:white;	
	background-color:#2e5f87;	
	-moz-border-radius:3px;	

}

a.close:focus, a.close:hover{
	text-decoration:none;
	padding:3px;
	color:white;
	background-color:#FF6600;
	-moz-border-radius:3px;	
}
.popbox_hide {
  z-index:-100;
}

.popbox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #popbox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
