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

#myElement li {
	width:150px;
	height:300px;
	background:#cbcbcb;
	border: 1px solid #bbb;
	float:left;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#myElement2 li {
	width:250px;
	margin:5px 5px 2px 10px; 
	padding:3px;
	height:auto;
	background:#f0f0ee;
	border: 1px solid #bbb;
	float:left;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#myElement3 li {
	width:248px;
	margin:0 5px 5px 10px; 
	padding:5px 0 0 8px;
	height:auto;
	background:#f0f0ee;
	float:left;
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
}
#myElement4 li {
	width:425px;
	margin:0 5px 5px 70px; 
	padding:8px;
	height:auto;
	background:#f0f0ee;
	float:left;
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
}

li.myOtherElement {
	width: 200px;
	height: 20px;
	overflow: hidden;
	border: 1px solid black;
	background-color: #f9f9f9;
}

li.myOtherElement span, li.myOtherElement a {
	display: block;
	padding: 0 3px;
}

li.myOtherElement a:hover {
	background: #f5f5f5;
}
div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}
