#editor {
	width:400px;
	height:460px;
	}

#subcontrols {
	z-index:999;
	position:relative
	}

#panel {
	min-height:60px;
    height:auto !important;
    height:60px;
	}

#imageContainer {
	margin-top:10px;
	position:relative;
	z-index:100;
	}
	#textHandler {
		position:absolute;
		top:10px;
		left:10px;
		z-index:999;
		cursor:move;
		}

#apply {
	padding-top:5px;
	}

#fontsList {
	position:absolute;
	top:16px;
	left:0;
	padding-top:3px;
	background:#fff;
	width:110px;
	height:200px;
	overflow:auto;
	}

.button { 
	cursor:pointer;
	}

#colorPicker {
	position:absolute;
	z-index:9998;
	}
#colorPickerButton {
	float:left;
	width:15px;
	height:15px;
	border:1px solid #000;
	cursor:pointer;
	padding-left:3px;
	}

#colorSelector {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(/img/cp/select.png);
}
#colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(/img/cp/select.png) center;
}