
div.framePanel {
	width: 20px;
	height:20px;
	/*border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;*/
	margin: 2px;
	padding: 0px;
	cursor: pointer;
	float: left;
	/*font-family: 'Verdana','Arial';
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
	background-color: #ffffff;*/
	overflow: hidden;
}

img.colorPane {
	/*position: relative;
	top: -2px;
	width: 16px;
	height: 16px;
	margin: 3px;
	padding: 0px*/
	z-index: 10;
}


div.colorPane:hover {
	/*margin: 2px;
	padding: 1px;*/
}

