.overlay_grey {
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.grey_nw {
	background: #333333;
	width:9px;
	height:21px;
}
.grey_n {
	background: #333333;
	height:21px;
}
.grey_ne {
	background: #333333;
	width:1px;
	height:21px;
}
.grey_w {
	background: #FFFFFF;
	border-left: 1px solid #333333;
	width:1px;
}
.grey_e {
	background: #FFFFFF;
	border-right: 1px solid #333333;
	width:1px;
}
.grey_sw {
	background: #FFF;
	width:1px;
	height:10px;
}
.grey_s {
	background: #FFF;
	height:10px;
}
.grey_se, .grey_sizer {
	background: #FFF url(grey/frame-bottom-right-focused.png) no-repeat 100% 100%;
	width:9px;
	height:10px;
}
.grey_sizer {
	cursor:se-resize;
}
.grey_close {
	width: 21px;
	height: 21px;
	background: transparent url(grey/button-close-focused.png) no-repeat 0 0 !important;
	background: transparent url(grey/button-close-focused_ie.png) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:2px;
	cursor:pointer;
	z-index:1000;
}
.grey_minimize {
	width: 21px;
	height: 21px;
	background: transparent url(grey/button-minimize-focused.png) no-repeat 0 0 !important;
	background: transparent url(grey/button-minimize-focused_ie.png) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:18px;
	cursor:pointer;
	z-index:1000;
}
.grey_maximize {
	width: 21px;
	height: 21px;
	background: transparent url(grey/button-maximize-focused.png) no-repeat 0 0 !important;
	background: transparent url(grey/button-maximize-focused_ie.png) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:34px;
	cursor:pointer;
	z-index:1000;
}
.grey_title {
	float:left;
	height:14px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	margin-top:3px;
	width:100%;
}
.grey_content {
	overflow: auto;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	background:#FFF;
}