	.CLCP {
		position: absolute;
		display: none;
		z-index: 10000;
		background: #079ad2;	
	}

	.CLCP td, .CLCP div {
		font: normal 11px/14px Arial, sans-serif;
		color: #cecece;
		text-align: left;
	}

	.CLCPDragDiv {
		position: relative;
		width: 242px;
		height: 273px;
		padding: 10px;
		cursor: move;
	}
	.CLCPHeadDiv
	{
		position:absolute;
		border-bottom:1px solid #ccc;
		text-transform:uppercase;
		background:#024F6B;top:0;left:0;
		padding:5px 10px;width:242px;
		font-size:13px!important;
		font-weight:bold!important;
		color:#fff!important;
	}

	.CLCPIinnerShell {
		width: 242px;
		height: 273px;
		cursor: default;
	}

	.CLCPPicker {
		width: 242px;
		height: 152px;
		margin-bottom: 9px;
		margin-top:20px;
		overflow:visible
	}

	.CLCPSatVal {
		border: 1px solid #1f88b0;
		position: relative;
		float: left;
		height: 150px;
		width: 150px;
		cursor: crosshair;
		background: url(images/hsvBG.png);
		filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/hsvBG.png", sizingMethod="scale");
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
	}

	.CLCPSatValSlide {
		background: url(images/colorPickerLarge.png) no-repeat;
		height: 14px;
		width: 14px;
		position: relative;
		font-size: 0;
		line-height: 0;
		top: -3px;
		left: -3px;
	}

	.CLCPHueContainer, .CLCPSatContainer, .CLCPValContainer {
		cursor: crosshair;
		position: relative;
		float: left;
		height: 154px;
		width: 22px;
		margin-left: 8px;
		top: -5px;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
	}

	.CLCPHueSlide, .CLCPSatSlide, .CLCPValSlide {
		background: url(images/verticalSliderTransparent.png) no-repeat;
		height: 18px;
		width: 18px;
		position: relative;
		font-size: 0;
		line-height: 0;
		z-index: 10;
	}
	.CLCPHue, .CLCPSat, .CLCPVal {
		width: 20px;
		height: 150px;
		border: 1px solid #1f88b0;
		position: relative;
		top: -13px;
	}

	.CLCPHue {
		background: url(images/hueBG.jpg) no-repeat;
	}

	.CLCPSat {
		background: #ff0000 url(images/satBG.png) no-repeat;
	}

	.CLCPVal {
		background: #ff0000 url(images/valBG.png) no-repeat;
	}

	.CLCPbPE {
		width: 242px;
		height: 85px;
		margin: 0 auto;
	}

	.CLCPbPE div {
		float: left!important;
		height: 15px!important;
		width: 28px;
		text-align: center!important;
		color: #000;
		font-size: 11px;
		line-height: 11px!important;
		margin-right: 1px;
		/*margin-bottom: -15px;*/
		display:inline-block
	}

	.CLCPbPE input {
		float: left;
		width: 28px;
		height: 15px;
		/*padding-top: 3px;*/
		background-color:#079ad2;
		font-size: 11px;
		line-height: 11px;
		color: #cccccc;
		border:none;
		text-align: center;
		text-transform: uppercase;
		display:inline;
	}
	/*Safari Hack*/
	/*\*/
	html>body* .CLCPbPE input{width:25px}
	/**/

	.CLCPClear {
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 0 !important;
		clear: both !important;
		width:100%;
	}

	.CLCPNoDim {
		width: 0 !important;
		height: 0 !important;
	}
	.closeLink{float: right; width: 40px; height: 13px; cursor: pointer;color:#fff;text-decoration:none;margin:3px 5px}
.clearLeft1{clear:left;margin-top:-15px;width:120px!important}