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

.amc_nw {
	background: transparent url('maxi/left-top.gif') no-repeat 0 0;
	width:10px;
	height:25px;
}

.amc_n {
	background: transparent url('maxi/top-middle.gif') repeat-x 0 0;
	height:25px;
}

.amc_ne {
	background: transparent url('maxi/right-top.gif') no-repeat 0 0;
	width:10px;
	height:25px;
}

.amc_w {
	background: transparent url('maxi/frame-left.gif') repeat-y top left;
	width:7px;
}

.amc_e {
	background: transparent url('maxi/frame-right.gif') repeat-y top right;
	width:7px;
}

.amc_sw {
	background: transparent url('maxi/bottom-left-c.gif') no-repeat 0 0;
	width:7px;
	height:7px;
}

.amc_s  {
	background: transparent url('maxi/bottom-middle.gif') repeat-x 0 0;
	height:7px;
}

.amc_se, .amc_sizer {
	background: transparent url('maxi/bottom-right-c.gif') no-repeat 0 0;
	width:7px;
	height:7px;
}

.amc_sizer {
	cursor:se-resize;
}

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

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

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

.amc_title {
	float:left;
	height:14px;
	font-family: Arial;
	font-size:11px;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#FFFFFF;
}

.amc_content {
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FFFFFF;
}
