
/* Fix legend styling [ IE6 ] */
* html legend
{ 
	margin	: -18px -8px 16px 0; 
	padding	: 0;
	}

/* Fix ol number placement [ IE6 / 7 ] */
ol 
{
	margin-left : 2em;
	}


/* Fix sup/sub positioning / line-height */
sup 
{
	vertical-align : text-top;
	}
	
sub 
{
	vertical-align : text-bottom;
	}


/* Fix IE7 code element text wrapping. */
html>body p code 
{
	white-space : normal;
	} 


/* IE 6&7 : reset <hr> margins [ NOTE: may need to tune margin-bottom ] */
hr  
{
	margin : -8px auto 11px;
	}	
