
/* fix that nasty ie fieldset color bleeding bug
 * see here: http://blogs.sitepoint.com/fancy-form-design-css-4/
 */

fieldset {
	margin: 15px 0 10px 0;
	padding: 5px 6px 3px;
	position: relative;
}

legend {
	position: relative;
	top: -17px;
	height: 5px;
}

#ckeditor_resources legend {
	top: 8px;
}