#cPcolorPicker
{ position: absolute;
		font-family: verdana;
		font-size: 8pt;
		width:290px;
		height:195px;
		background-color:#ffffff;
		border:1px solid #acbccc;
		visibility:hidden;
		vertical-align:middle;
		}

#cPbuttok
{ font-family: verdana;
		font-size: 7pt;
		vertical-align: top;
		}

#cPclose
{ position: absolute;
		top:170px;
		left:242px;
		/*border:1px solid blue;*/
		}
		
#cPclose a
{ font-family: verdana;
		font-size: 8pt;
		font-weight:normal;
		text-decoration:none;
		}

#cPcolorContainer
{ position: absolute;
		height: 192px;
		width: 192px;
		top: 0px;
		left: 0px;
		}

#cPcolor
{ position: absolute;
		height: 192px;
		width: 192px;
		background-color: #FF0000;
		background-image: url(../image/pickerbg.png);
		background-repeat: no-repeat;
		background-position: center;
		top: 0px;
		left: 0px;
		}

#cPcolorIndic
{ position: absolute;
		width: 11px;
		height: 11px;
		background-image: url(../image/select.gif);
		background-repeat:no-repeat;	
		}

#cPhue
{ position: absolute;
		top: 3px;
		left: 192px;
		width: 18px;
		height: 186px;
		background-image: url(../image/hue.png);
		}
		
#cPhueIndic
{ position:absolute;
		background-image: url(../image/color_indic.gif);
		background-repeat:no-repeat;
		width: 18px;
		height: 7px;
		}

#cPcolorCurrent
{ width: 60px;
		height: 60px;
		border: 1px solid #acbccc;
		position: absolute;
		left: 220px;
		top: 8px;
		}

#cPcolorValues
{ position: absolute;
		left: 214px;
		top: 72px;
		}

#cPcolorValues input
{ font-family: verdana;
		font-size: 8pt;
		margin-bottom: 3px;
		}

#cPoldColor
{ position: absolute;
		background-color: #fff;
		top: 50%;
		height: 50%;
		width: 100%;
		}

#cPrgbR, #cPrgbG, #cPrgbB
{ width: 20px;
		}

#cPhex
{ width: 40px;
		}