.mac1_nw {
	width: 18px;
	height: 30px;
	background: transparent url(mac1/top_left.gif) no-repeat 0 0;		
}

.mac1_n {
	height: 30px;
	background: transparent url(mac1/top_mid.gif) repeat-x 0 0;	
}

.mac1_ne {
	width: 18px;
	height: 30px;
	background: transparent url(mac1/top_right.gif) no-repeat 0 0;		
}

.mac1_e {
	width: 9px;
	background: transparent url(mac1/center_right.gif) repeat-y 0 0;	
}

.mac1_w {
	width: 9px;
	background: transparent url(mac1/center_left.gif) repeat-y 0 0;		
}

.mac1_sw {
	width: 18px;
	height: 24px;
	background: transparent url(mac1/bottom_left.gif) no-repeat 0 0;			
}

.mac1_s {
	height: 24px;
	background: transparent url(mac1/bottom_mid.gif) repeat-x 0 0;	
}

.mac1_se {
	width: 18px;
	height: 24px;
	background: transparent url(mac1/bottom_right.gif) no-repeat 0 0;			
}

.mac1_sizer {
	width: 18px;
	height: 24px;
	background: transparent url(mac1/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.mac1_close {
	width: 19px;
	height: 19px;
	background: transparent url(mac1/close.gif) no-repeat 0 0;			
	position:absolute;
	top:10px;
	right:4px;
	cursor:pointer;
	z-index:10000;
}

.mac1_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(mac1/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:10px;
	right:44px;
	cursor:pointer;
	z-index:10000;
}

.mac1_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(mac1/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:10px;
	right:24px;
	cursor:pointer;
	z-index:10000;
}


.mac1_title {
	float:left;
	height:12px;
	font-family: Arial Narrow, sans-serif;
	font-size:13px;
	font-weight:500;
	text-align:center;
	width:100%;
	color:#333333;
}

.mac1_content {
	overflow:show;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#f3f3f3;
}


