div.popup { z-index: 2; }
div#overlay-popup {
	z-index:1;
	background-color:white;
	position:absolute;
	top:0;
	left:0;
	display:none;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	height:100%;
	width:100%;
}	

div.popup div.popup_header
{
  border-top: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  width: 500px;
  height: 20px;
  line-height: 19px;
  vertical-align: middle;
  overflow:hidden;

  background: url("../img/title-bar-background.gif") repeat-x;

  text-decoration: none;
  font-weight:bold;
  font-size:  12px;
  color:   white;
  cursor:  default;
}

div.popup div.popup_body
{
  width:490px;
	max-height:500px;
  overflow:auto;
  border: 1px solid silver;
  background: white;
  padding:5px;
  color:#454242;
}

div.popup img.popup_exit
{
  float:  right;
  margin: 2px 5px 0px 0px;
  cursor: pointer;
}
span.popup_title {
	margin-left:5px;
}
