.float {
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	float: left;
	clear: both;
	position: absolute;
}
.float {
	clear: none;
	float: none;
	position: absolute;
	visibility: visible;
	width: auto;
	left: 737px;
	top: 351px;
}
.right {
	float: right;
	margin: 5px;
	padding: 5px;
}
.over {
	float: none;
	top: 20px;
	right: 2px;
}
.left {
	margin: 5px;
	padding: 5px;
	float: left;
}
