/* Focused windows */
.overlay_mac_os_x {
	background-color: #ffffff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
     overflow:hidden;

}



.mac_os_x_n {

	background: transparent url(mac_os_x/T.png) repeat-x 0 0;

  height:21px;
}



.mac_os_x_sizer {
	cursor:se-resize;
}

.mac_os_x_close {
	width: 15px;
	height: 15px;
	background: transparent url(mac_os_x/close.png) no-repeat 0 0;
	position:absolute;
	top:2px;
	right:2px;
	cursor:pointer;
	z-index:1000;
}



.mac_os_x_title {
	float:left;
	height:14px;
    font-weight:600;
  	font-family: Verdana;
	font-size:10px;
	text-align:left;
	margin-top:5px;
   	margin-left:4px;
    letter-spacing:0.2em ;

	width:100%;
	color:#aacec4;

}

.mac_os_x_content {
	overflow:hidden;
	color: #222;
  font-family: Verdana;
	font-size: 10px;
	background:#FFF;
}


/* FOR IE */


* html .mac_os_x_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/mac_os_x/T.png", sizingMethod="scale");

    }
