div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 1px;
	height: 1px;
}

div#myOtherElement {
	width: 300px;
	height: 27px;
	overflow: auto;
}

div#myOtherElement span, div#myOtherElement a {
	padding: 0 0px;
}

div#myOtherElement tr:hover {
	background: #f5f5f5;
}