.cacheControlAnonymous, .cacheControlAnonymousEmpty {
	display: none;
}

/* A butt-ugly border for components in dev-mode :) */
.cacheControlDev {
   border: 3px dotted #FF6EDC !important;
}

/* Needed to override a *-rule in Garland */
#header-region .cacheControlAnonymous {
	display: none;
}

.cacheControlProcessedForm .captcha {
	/* Don't show captcha in a form that's going to be rebuilt anyway */
	display: none;
}