div.colorPicker-picker {
	height: 22px;
	width: 22px;
	display: inline-block;
	padding: 0 !important;
	margin-right: 1px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	background: url(arrow.png) no-repeat bottom right;
	cursor: pointer;
	/* line-height: 16px; */
	/* font-size: 0.75em; */
	/* font-weight: bold; */
	/* text-align: center; */
	-webkit-border-radius: 2px 2px 0 2px;
	-moz-border-radius: 2px 2px 0 2px;
	border-radius: 2px 2px 0 2px;
}
div.colorPicker-palette {
	width: 224px;
	position: absolute;
	border: 1px solid #fff;
	background-color: #EFEFEF;
	padding: 2px;
	z-index: 9999;
}
div.colorPicker_hexWrap {
	width: 100%;
	float: left
}
div.colorPicker_hexWrap label {
	font-size: 95%;
	color: #2F2F2F;
	margin: 5px 2px;
	width: 25%
}
div.colorPicker_hexWrap input {
	margin: 5px 2px;
	padding: 0;
	font-size: 95%;
	border: 1px solid #000;
	width: 65%;
}
div.colorPicker-swatch {
	height: 22px;
	width: 22px;
	border: 1px solid #000;
	margin: 2px;
	float: left;
	cursor: pointer;
	line-height: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
