/* ie7win.css contains IE 7.0 specific hacks
all hacks to take the form "*:first-child+html #theID element" */

*:first-child+html body
{
	test:ok;
}