
div.framePanel {
	width: 55px;
	height: 55px;
	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;
}

div.colorPane {
	position: relative;
	/*top: -2px;*/
	width: 48px;
	height: 48px;
	margin: 3px;
	padding: 0px
}

div.colorPane:hover {
	margin: 2px;
	padding: 1px;
}

