/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
  position: absolute;
  z-index: 2000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: pink;
filter:alpha(opacity=30);
-moz-opacity:.30;
opacity:.30;
 
  display:none;

background: black url('blackdot.gif');
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8
}
#popupContainer {
	position: absolute;
	z-index: 2001;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2002;
}
#popupTitleBar {
	color: #555555;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 1px solid #555555;
	position: relative;
	z-index: 2003;
	background: url(modeltitleback1.jpg) repeat-x  left;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}