
div.framePanel {
	width: 39px;
	height: 39px;
	margin: 0 4px 4px 0;
	padding: 0px;
	cursor: pointer;
	float: left;
	overflow: hidden;
}

span.colorPane {
	z-index: 10;
	width: 37px;
	height: 37px;
	border-width: 1px;
	border-style: solid;
	display: block;
	
}

div.colorPane:hover {
}


