.colorSelector, #colorSelector {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(images/select.png);
}
.colorSelector div, #colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(images/select.png) center;
}

#colorSelector2 {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(images/select.png);
}
#colorSelector2 div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(images/select.png) center;
}

#colorSelector3 {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(images/select.png);
}
#colorSelector3 div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(images/select.png) center;
}

#colorSelectorTableHighlight {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(images/select.png);
}
#colorSelectorTableHighlight div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(images/select.png) center;
}

.customWidget, #customWidget {
	position: relative;
	height: 36px;
}
