div#fat-dim-overlay{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.fat-focused-elm{
	height: 1%;
}

/* Demo-specific CSS */
div#fat-dim-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	display: none;
	z-index: 1;
}

.fat-focused-elm{
	position: relative;
	z-index: 2;
	color: white !important;
}