/*
ie7 hacks
*/

/* since we show labels outside form fields on IE they need to stack */
input, label {
	display: block !important;
	clear: both !important;
}

/* Self Clearing Floats */
.clear-fix { min-height: 1%; }

img { -ms-interpolation-mode: bicubic; } /* fixes image resizing */

/* if bullet images are dissapearing for li's, uncomment this stuff below

#container-name li { width: 100%; }

*/