@CHARSET "UTF-8";

.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0.00001em;
}
