/* Begin wp_cache_manage CSS */
.transparent {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#cachestats {
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: 1px solid #000;
	background: #333;
	color: #fff;
	text-align: left;
	padding: 5px;
	z-index: 100;
}

#cachelink {
	position: fixed;
	bottom: 10px;
	left: 10px;
	border: 1px solid #000;
	background: #333;
	color: #fff;
	text-align: left;
	padding: 5px;	
	z-index: 100;
}
/* End wp_cache_manage CSS */