.selected{
	border: 2px solid black;
}
.noselected{
	border: 2px solid white;
}

.palette{
	border: 2px solid #CCCCCC;
	cursor: pointer;
	height: 16px;
	line-height: 16px;
	width: 16px;
}

.paletteSel{
	border: 2px solid #000000;
	cursor: pointer;
	height: 16px;
	line-height: 16px;
	width: 16px;
}

.iColorPicker{
	width: 70px;
}
.btnUpload
{
	
}