/* IE7 renders legends in nested fieldsets without a width. */
fieldset legend {
	height: 1%;
}

/* clearfix hack*/
.form-item,
ul.links,
div.admin-panel .body,
.clearfix { zoom: 1; }
