.moor-box div, .moor-box span, .moor-box label, .moor-box input { top: 0; left: 0; }

.moor-box {
	width: 390px;
	height: 310px;
	background-color: #eee;
	border: 1px solid #636163;
	font-size: 85%;
}

.moor-box label {font-family: "Courier New"}
.moor-box input {
	padding: 1px;
	border: 1px solid #444;
	color: #444;
}



/* Gradient area related */
div.moor-overlayBox {
	top: 9px;
	left: 9px;
	width: 256px; /* Width and Height of the overlay must be setted here: default 256x256 */
	height: 256px;
	border: 1px solid #444;
}

div.moor-cursor {
	background-image: url(/common/images/moor_cursor.gif); 
	width: 12px;
	height: 12px;
}



/* Slider related */
img.moor-slider {
	margin-top: 9px;
	left: 280px;
	border: 1px solid #444;
	width: 19px; /* if you want a bigger or smaller slider... */
	height: 256px;
}

div.moor-arrows {
	left: 270px;
	background-image: url(/common/images/moor_arrows.gif);
	width: 41px;
	height: 9px;
	line-height: 9px; font-size:0px; /* IE Fix, thanks atany */
}



/* Color box related */
div.moor-colorBox {
	top: 10px; 
	left: 314px;
	border: 1px solid #444;
	width: 59px; 
	height: 68px; 
}

div.moor-chooseColor {
	top: 11px;
	left: 315px;
	width: 59px;
	height: 34px;
}

div.moor-currentColor {
	top: 45px;
	left: 315px;
	width: 59px;
	height: 34px;
}



/* Color labels related */
label.moor-rLabel,
label.moor-gLabel,
label.moor-bLabel,
label.moor-HueLabel,
label.moor-SatuLabel,
label.moor-BrighLabel {
	left: 315px;
}

label.moor-rLabel input,
label.moor-gLabel input,
label.moor-bLabel input,
label.moor-HueLabel input,
label.moor-SatuLabel input,
label.moor-BrighLabel input {
	width: 30px;
	text-align:right;
}

label.moor-rLabel {top: 88px;} /* 23px */
label.moor-gLabel {top: 111px;}
label.moor-bLabel {top: 134px;}
label.moor-HueLabel {top: 201px;}
label.moor-SatuLabel {top: 224px;}
label.moor-BrighLabel {top: 247px;}

span.moor-ballino {
	top: 205px;
	left: 378px;
}



/* footer labels related */
label.moor-hexLabel {
	top: 282px;
	left: 115px;
	font-family: "Courier New",
}

input.moor-okButton {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	top: 281px;
	left: 320px;
}