* {	margin: 0; padding: 0; color: #363636; }

html, body { height:100%; }
body { margin: 0; padding: 0; height: 100%; }

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; 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; }


.LogBox {
	border:1px solid #666666;
	filter:Alpha(opacity=90) progid:DXImageTransform.Microsoft.Shadow(color=#666666,strength=5,direction=125);
	position:absolute;
	padding:2px;
	background:#E3E3E3
}

.LogBox2 {
	border:1px solid #666666;
	padding:2px;
	background:#E3E3E3
}