@charset "utf-8";

html, body, a, ul, li {
	padding: 0;
	margin: 0;
	text-intent: 0;
	list-style-type: none;
	}

img {border: 0;}
a:focus {outline: none;}

.clear {
	clear: both;
	float: none;
	height: 0;
	zoom: 1;
	}

.mask {
	filter: alpha(opacity=50);
	opacity: 0.5;
	position: absolute;
	background: #000;
	}

#pageStatus {
	display: none;
	position: absolute;
	bottom: -100px;
	}