.dashed_box
{
	border: 1px dashed black;
	padding: 10px;
}

.filled_box
{
	padding: 10px;
	background: #eeeeee;
}
