html, document, body
{
	width: 100%;
	height: 100%
}

html, document, body, #viewport
{
	padding: 0;
	border: 0;
	margin: 0;
	overflow: hidden
}

div.toolbox
{
	position: relative;
	top: -40px;
	left: 0px;
	width: 100%
}

img.tab
{
	display: block;
	position: absolute;
	right: 80px;
	top: 1px;
	z-index: 999;
	cursor: pointer
}

div.toolbox div.tools
{
	border-top: 1px solid #aaa;
	background: url(../images/bg.png) repeat;
	padding-top: 10px;
	position: relative;
	top: 25px;
	z-index: 998
}

div.color-button
{
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 0px;
	width: 24px;
	height: 24px;
	position: relative;
	display: inline-block
}