@charset "utf-8";
/* CSS Document */

#legend {
	width: 210px;
	text-align: center;
	background-color: #EFECE7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
#expression {
	float: right;
	position: relative;
	margin: 15px;
}

