div.floated {
	
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
}
.floated p {
	margin: 0px;
	padding-top: 2px;
	cursor: pointer;
}


div#myElement {
	width: 100px;
	height: 19px;
	background-color:#333333;
	float: left;
	margin-right:3px;
}
div#my2Element {
	width: 100px;
	height: 19px;
	background-color:#333333;
	float: left;
	margin-right:3px;
}
div#my3Element {
	width: 100px;
	height: 19px;
	background-color:#333333;
	float: left;
	margin-right:3px;
}
div#my4Element {
	width: 100px;
	height: 19px;
	background-color:#333333;
	float: left;
}

