.overlay_mac {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.mac_nw {
  background: transparent url(mac/left-top.gif) no-repeat 0 0;
  width:9px;
  height:23px;
}

.mac_n {
  background: transparent url(mac/top-middle.gif) repeat-x 0 0;			
  height:23px;
}

.mac_ne {
  background: transparent url(mac/right-top.gif) no-repeat 0 0;			
  width:9px;	  
  height:23px;
}

.mac_w {
  background: transparent url(mac/frame-left.gif) repeat-y top left;			
  width:2px;
}

.mac_e {
  background: transparent url(mac/frame-right.gif) repeat-y top right;			
  width:2px;	  
}

.mac_sw {
  background: transparent url(mac/bottom-left-c.gif) no-repeat 0 0;			
  width:9px;
  height:19px;
}

.mac_s  {
  background: transparent url(mac/bottom-middle.gif) repeat-x 0 0;			
  height:19px;
}

.mac_se, .mac_sizer {
  background: transparent url(mac/bottom-right-c.gif) no-repeat 0 0;			
  width:9px;
  height:19px;  
}

.mac_sizer {
	cursor:se-resize;
}

.mac_close {
	width: 23px;
	height: 23px;
	background: transparent url(mac/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.mac_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(mac/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.mac_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(mac/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.mac_title {
	float:left;
	height:14px;
	background: transparent url(mac/spmsis_ico.gif) no-repeat 0 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	margin-top:2px;
	padding-left:20px;
	width:90%;
	color:#000;
}

.mac_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#A9EA00;
}


