.popupbackground {
  position:absolute;
  left:0;
  top:0;
  z-index:1000;
  background-color:#111111;
  display:none;
}

.popupbox .window {
  position:fixed;
  left:0;
  top:0;
  min-width:280px;
  min-height:100px;
  display:none;
  z-index:9999;
  padding:0px;
  border:0px solid #254699;
  background-color:#000000;

}

.popupbox .popupcontainer {
  min-width:280px;
  min-height:100px;
  background-color:#ffffff;

	-moz-border-radius-topleft:9px;
	-webkit-border-radius-topleft:9px;
	border-top-left-radius: 9px;

	-moz-border-radius-topright:9px;
	-webkit-border-radius-topright:9px;
	border-top-right-radius: 9px;

	-moz-border-radius-bottomleft: 9px;
	-webkit-border-radius-bottomleft:9px;
	border-bottom-left-radius: 9px;

	-moz-border-radius-bottomright:9px;
	-webkit-border-radius-bottomright:9px;
	border-bottom-right-radius: 9px;
	
}

.closebutton
{
	position:relative;
	top:-5px;
	right:0px;
	text-align:right;
}