html {
	height: 100%;
}
body {
	height: 100%;
}
div.color-picker {
	padding: 0px; left: 0px; top: 0px; border-top-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); border-top-width: 1px; border-left-width: 1px; border-top-style: solid; border-left-style: solid; position: absolute;
}
div.color-picker ul {
	list-style: none; margin: 0px; padding: 0px; float: left;
}
div.color-picker ul li {
	margin: 0px; width: 15px; height: 15px; border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; float: left; display: block; cursor: pointer;
}
