.hidden {
	display: none;
}

/* Resolves a css conflict causing the Shadowbox to display right aligned */
#sb-container {
	text-align:left;
}

/* Resolves a problem where cancel link shows up in default blue */
#sb-loading a {
	color: #000;
	text-decoration: none;
}

#sb-loading {
background: url(../ajax-loader.gif) 50% 50% no-repeat;
}