.checked,
.unchecked,
.selectedbox,
.unselectedbox {
	display: block;
	float: left;
	height: 12px;
	background-position: -4px ;
	background-color: #000;
	background-repeat: no-repeat;
	margin-right: 1px;
  padding: 1px 8px 6px 8px;
	font-size: 11px;
  text-decoration: none;
	cursor: pointer;
}

.unchecked,
.unselectedbox {
	background: url(../images/lightbg.jpg) repeat-x left top;
	color: #000;
}
.checked,
.selectedbox {
	background: url(../images/darkbg.jpg) repeat-x left top;
	color:#fff;
}

/*
.leftcol {
  float: left;
  clear: left;
  width: 50%;
}
.rightcol {
  float: left;
  clear: right;
  width: 50%;
}
*/

.artistselection.checked,
.artistselection.unchecked,
.artistselection.selectedbox,
.artistselection.unselectedbox {
	height: 12px;
	min-width: 158px;
	width: 100%;
	max-width: 160px;
	cursor: pointer;
	display: block;
	float: left;
	padding-top: 1px;
	padding-bottom: 6px;
	font-size: 11px;
	text-indent: 10px;
	color: #fff;
}

.artistselection.unchecked, .artistselection.unselectedbox {
	background: url(../images/cross_small.png) no-repeat left 2px;
}
.artistselection.checked, .artistselection.selectedbox {
	background: url(../images/tick_small.png) no-repeat left 2px;
}