/* Ingenius alternative text shadowing for footer */
.footer ul li,
.footer p {

	/* Set background colour for text */
	background: #8d8d8d;
	
	/* Filter out that background colour, then dropshadow - covering up the
		IE problem with dropshadow creating extraneous black pixels around the text */
	filter: progid:DXImageTransform.Microsoft.Chroma(Color=#8d8d8d)
			progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#525252);
		

}

INPUT.button, INPUT.search-submit {
	text-indent: 0px;
	color: transparent;
}

.titlebar H2 {
	filter: none;
}