.foreground {
	background-color: #ccc;

}

.background {
	background-color: #999;
	width: 200px;
border: 1px solid #282828
}

.text {
	color: black;
	font-size: 10px;
	padding-top: 5px;
}

.caption {
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #282828
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}

