.COLORPICK {
	position: absolute;
	display: none;
	width: 252px;
	#width: 254px;
	height: auto;
	background-color: #EEEEEE;
	border: 1px solid black;
	overflow: hidden;
	z-index: 50;
}

.COLORPICKDIV {
	position: relative;
	display: block;
	float: left;
	width: 11px;
	#width: 12px;
	height: 11px;
	#height: 12px;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	cursor: crosshair;
	font-size: 1px;
}

.COLORPICKDIVBL {
	position: relative;
	display: block;
	float: left;
	width: 252px;
	#width: 253;
	height: 30px;
}