* {	margin: 0; padding: 0; }

html, body { height:100%; }
body { margin: 0; padding: 0; height: 100%; }

a:link { color: #8c8c8c; text-decoration: none; }
a:visited { color: #8c8c8c; text-decoration: none; }
a:hover, a:active, a:focus { color: #8c8c8c; 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; border:1px solid #ccc; }
input.etc { padding: 0; }
input.button { padding: 0; }

select { border: 1px solid #ccc; cursor: pointer; font-size: 12px; }

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; width: 100%; 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; }