#fadePanel {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	z-index:99;
	display:block;
}
.fade-panel {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

.fade-panel-top {
	background:transparent url(../images/fade/bg_topleft.gif) 0 1px no-repeat;
	width:auto;
	margin-right:8px;
	padding-top:1px;
}
.fade-panel-right {
	background:transparent url(../images/fade/bg_topright.gif) 100% 1px no-repeat;
	margin-bottom:0;
}
.fade-panel-left {
	background:transparent url(../images/fade/bg_left.gif) 0 0 repeat-y;
	margin-top:8px;
}
.fade-panel-bottom {
	background:transparent url(../images/fade/bg_bottomleft.gif) 0 0 no-repeat;
	margin-right:8px;
	height:8px;
}
.fade-panel-bottom-right {
	background:transparent url(../images/fade/bg_bottomright.gif) 100% 0 no-repeat;
	margin-top:0;
}
.fade-panel-header {
	margin-left:8px;
	background:#fff;
	padding-top:10px;
}
.fade-panel-header .close {
	width:20px;
	height:20px;
	background:transparent url(../images/fade/bg_close_button.gif) 0 0 no-repeat;
	cursor:pointer;
	position:absolute;
	right:0;
	margin:0 15px 0 0;
}
.fade-panel-content {
	text-align:left;
	margin-left:15px;
}
