/* IE specific */
legend{/*IE puts in a black line if the legend is hidden through positioning. So this is a workaround for hiding the legend*/
	display:block;
	font-size:1px;
	color:#FFF;
}