/* -------------------------------------------------------------- 
-----------------------------------------------------------------
		Reset 
-----------------------------------------------------------------
-------------------------------------------------------------- */
html,body{ min-height:101%; margin: 0; padding: 0;}
a {outline: none}
legend, label{font-size:16px; font-weight:bold}
label{font-size:12px; font-weight: normal;}
img{border:none}
ul, ul li, ol {margin: 0; padding: 0; list-style-type: none; line-height: 20px;}
fieldset {border: 0 none; margin: 0; padding: 0;}

.clear { display: inline-block; }
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clear{ height: 1%; }
.clear{ display: block; }
.clear-both {clear:both}

