BODY { margin: 0px; padding: 0px; background: #fff; }

UL { margin: 0px; padding: 0px; list-style-type: none; }

H1, H2, H3 { padding: 0px; margin: 0px; }

TABLE { border-collapse: collapse; }

FORM { margin: 0px; padding: 0px; }

.clear:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; } /* Hides from IE Mac \*/
* html .clear { height: 1%; }
.clear { display:block; } /* End Hack */

INPUT { margin: -1px 0px; } /* all browsers read this, used to target IE6 */
HTML > BODY INPUT { margin: 0px; } /* IE 6 cannot read this, others can */
*+HTML > BODY INPUT { margin: -1px; } /* targets IE7 */
