/*
	msie_6_patch.css (overrides core.css and design.css)
	may or may not validate, but necessary due to horrific CSS support in MSIE 6.
	
	All style rule attributes in alpha-numeric order starting from 0-9 A-Z
	x = horizontal, y = vertical
	property: trbl, tb rl, t rl b, t r b l;
	
	-- START ALL STYLES --
*/

.float-clearer,
#masthead,
.user{ height: 1%; }

.user a:link, 
.user a:visited{ padding: 0 18px; }

	.user a:link.signup, 
	.user a:visited.signup{ padding: 0 30px; }

fieldset{ position: relative; }

legend{  
	position: relative;  
	left: -7px;  
	top: -0.75em;
}

/*
	-- /END ALL PATCH STYLES --
	
	- Please do not steal my code!
	- "I cannot abide useless people"
	- Thank you, I appreciate it.
*/