.colorbox
{
	width: 20px;
	height: 20px;
	border: 2px solid #eff0eb;
	outline: 1px solid #d1d1d1;
	margin-right: 5px;
	float: left;
}

.colorbox.cred
{
	background-color: red;
}

.colorbox.cgreen
{
	background-color: green;
}

.colorbox.cyellow
{
	background-color: yellow;
}

.colorbox.cblue
{
	background-color: blue;
}

.colorbox.corange
{
	background-color: orange;
}

