* {	margin: 0; padding: 0; }

html, body { height:100%; }
body { margin: 0; padding: 0; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }

h1 { display: block; }
img { border: 0; }

form { margin: 0; padding: 0; }

label { cursor: pointer; margin: 0; padding: 0; }
input, textarea { cursor: pointer; font-size: 12px; }
input.etc { padding: 0; }
input.button { padding: 0; }

select { border: 1px solid #ccc; cursor: pointer; }

ol, ul, p { margin: 0; padding: 0; }
ul li { list-style: none; }
hr { display: none; }

fieldset { border: none; }
legend { display: none; }

table { border-collapse: collapse;  font-size: 12px; }
table th, table td { }
table th { }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }
.floatbox { overflow:hidden; }
#ie_clearing { display: none; }

.cboth { clear: both; }
