ul.inline {
	margin: 0;
	padding:0;
	list-style: none;
}
	ul.inline li {
		float: left;
	}

div.hide { display: none; }

.centered {
	text-align: center;
	margin: 0 auto;
}

.curved {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.scurved {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.opaque {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
div.cleanup {
	clear: both;
	height: 1px;
	background: transparent;
}
div.cleanup:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
