.colorSphere {
	color:#999;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	background-color:#000;
	padding-bottom: 8px;
	border: 1px solid #333;
	width: 148px;
	height: 155px;
}

.colorSphere .topbar{
	margin:0;
	padding:0;
	cursor:move;
}

.colorSphere .closeButton{
	padding: 2px 3px;
	width:8px;
	height:8px;
	text-align:center;
	cursor:pointer;
	font-weight: bold;
	color: #fff;
}

.colorSphere .hexa{
	text-transform:uppercase;
	background-color:#000;
	color:#999;
	width:65px;
	padding:8px;
	border:0;
}

.colorSphere .spectrum{
	clear:both;
	margin:0 auto;
	width:128px;
	height:128px;
	cursor:crosshair;
	background-image:url('circle.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}

.colorSphere .selector{
	height: 9px;
	width: 9px;
	background-image:url('miniCurr.gif');
	background-repeat:no-repeat;
	background-position:center center;
}

.colorSphereButton{
/* 	margin:-5px 10px 0 10px;
	padding:5px;
	padding-left:22px;
	cursor:pointer;
	color:#BBB;
	border:2px outset #333;
	background-color:#333;
	background-image:url('palette-icon.gif');
	background-repeat:no-repeat;
	background-position:5px center; */
        float: left;
        border: 1px solid #999;
        padding: 2px;
        width: 135px;
        margin-right: 2px;
        background-color: #9445D6;
        color: #fff;
}
