/* clear some stuff before we begin :) */
* { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
ul,ol { margin: 0; padding: 0; list-style: none; }
img { border: none; }
.hidden { display: none; }
.clear { clear: both; }

/* CLEARFIX from http://www.positioniseverything.net/easyclearing.html */
.error:after,
.clearfix:after { content: "."; display: block; height: 0;  clear: both;  visibility: hidden; }
.error,
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .error,
* html .clearfix { height: 1%; }
.error,
.clearfix { display: block; }
/* End hide from IE-mac */

