@charset "utf-8";
#opacitybox{
	float: left;
	margin: 0;
	padding: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	line-height: 1.8em;
}
