/**************************************************************************************
STYLESHEET FOR IE7 ON WINDOWS


**************************************************************************************/


/* Hacks begin *:first-child+html */
*:first-child+html #branding #search .genericButton
{
	margin-bottom: 2px;
}


/*IE 7 has a dispay bug (may be a cleartype issue) when combined with its fix for peek-a-boo 
when combined with jQuery "slidUp and slideDown" - it's a crazy browser.*/
*:first-child+html .showAndHide .reveal *,
*:first-child+html  .toReveal *
{
	position: static;
}
