div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 20px;
	height: 20px;
	border: solid 1px black;
	background-color: #f9f9f9;
	float: left;
}

div#myOtherElement { color: #555; font-size: 11px; line-height: 18px; background-image: none; text-align: left; width: 130px; height: 85px; overflow: hidden; border: solid 1px #e2e2e2; }

div#myOtherElement span, div#myOtherElement a { padding-top: 0; padding-right: 3px; padding-left: 3px; display: inline; }

div#myOtherElement a:link, div#myOtherElement a:visited, div#myOtherElement a:active { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

div#myOtherElement a:hover {
	background: #f5f5f5;
}