.zpWin * {
	-moz-box-sizing : border-box;
}
.zpWin {
	text-align: left;
	border : solid 2px #9FA094;
	background-color: #E5E5DD;
	overflow: hidden;
}

.zpWinModal {
  background-color : black;
  opacity = 0.60;
  filter : alpha(opacity:60);
  KHTMLOpacity = 0.60;
  MozOpacity = 0.60;
  -moz-opacity: 0.60;
}

.zpWinTitleArea {
	color: #333333;
	cursor:default;
	height:20px;
	text-align:left;
	line-height: 20px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
	overflow: hidden;
}



.zpWinFront .zpWinTitleArea td{
	background-color : #c4c4bc;
	border-top: solid 1px white;
}

.zpWinBack .zpWinTitleArea td{
	background-color : #e5e5dd;
	border-top: solid 1px #E5E5DD;
}

.zpWinTitleText {
    white-space: nowrap;
    padding-top: 0px;
	padding-left : 6px;
}

.zpWinCloseButton, .zpWinMinButton, .zpWinMaxButton, .zpWinRestoreButton {
	height: 14px;
	width: 16px;
	cursor:pointer;
	margin : 3px 1px;
	float: left;
}

.zpWinFront .zpWinCloseButton{
  background: url(close.gif);
}

.zpWinFront .zpWinMinButton{
  background: url(minimize.gif);
}

.zpWinFront .zpWinMaxButton{
  background: url(maximize.gif);
}

.zpWinFront .zpWinRestoreButton {
	background: url(restore.gif) no-repeat 0 0;
}

.zpWinBack .zpWinCloseButton{
  background: url(close2.gif);
}

.zpWinBack .zpWinMinButton{
  background: url(minimize2.gif);
}

.zpWinBack .zpWinMaxButton{
  background: url(maximize2.gif);
}

.zpWinBack .zpWinRestoreButton {
	background: url(restore2.gif) no-repeat 0 0;
}

.zpWin #contentCell {
	padding : 0px 2px;
}

.zpWinFront #contentCell {
}

.zpWinBack #contentCell {
}

.zpWinContent {
	background-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-color: gray;
}

.zpWin #statusCell {
	padding : 2px 2px;
}

.zpWinFront #statusCell {
}

.zpWinBack #statusCell {
}

.zpWinStatus {
	height: 21px;
	line-height: 14px;
	text-align:left;
	color:black;
   	font-family: Arial, Heltvetica, Verdana, sans-serif;
   	font-size: 11px;
   	padding: 2px 3px;

}

.zpWinResize {
	width: 13px;
	height: 21px;
	line-height: 14px;
	background: url(resize.gif) no-repeat bottom right #E5E5DD;
	color:black;
	cursor: se-resize;

	
}
