/**
 * Hides an elements off the page, but keeps it visible for accessibility
 */
=hide
{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
