html, body, table, form, input, textarea, select, p, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote {margin:0; padding:0;}
body {font-size:14px;}
a img {border:none;}
ul, ol {list-style:none;}
a, .btn {cursor:pointer;}
h1 {font-size:2em;}
h2 {font-size:1.8em;}
h3 {font-size:1.6em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}
.lft {float:left;}
.rgt {float:right;}
.clr {clear:both;}
.blk {display:block;}
.inl {display:inline;}
.black {color:#000000;}
.white {color:#FFFFFF;}
.lft, .rgt {display:inline;}

html {
	overflow: hidden;
}
body {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/checker.gif) top left repeat;
	overflow: hidden;
}
div#header {
	position: relative;
	padding: 4px 10px 0;
	background-color: #069;
	border-bottom: 4px solid #036;
	color: #FFF;
	height: 26px;
	overflow: hidden;
	z-index: 30;
}
div#header h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
div#header div.buttons {
	position: absolute;
	right: 5px;
	top: 5px;
}
div#header div.buttons a {
	display: block;
	float: left;
	margin-right: 5px;
	height: 18px;
	width: 90px;
	background: url(../images/rounded.php?sh=r&r=4&bgc=069&fgc=069&w=90&h=20&bw=1&bc=036) center no-repeat;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	padding-top: 2px;
}
div#header div.buttons a:hover {
	background-image: url(../images/rounded.php?sh=r&r=4&bgc=069&fgc=036&w=90&h=20);
}
div#tools {
	position: absolute;
	left: 10px;
	top: 34px;
	width: 180px;
	background: url(../images/rounded.php?sh=r&r=5&h=600&w=200&fgc=999&fgo=95&bc=888&bw=2&bgo=0) bottom center no-repeat;
	color: #FFF;
	padding: 0 10px 10px;
	z-index: 20;
	font-size: 0.9em;
}
div#tools th {
	text-align: left;
	border-bottom: 1px solid #666;
	padding: 8px 0 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #555;
}
div#tools td {
	padding-top: 5px;
}
div#tools select,
div#tools input.field {
	font-size: 0.9em;
	border: 0;
	padding:2px;
}
div#tools select {
	width: 90px;
}
div#tools input.field {
	text-align: right;
	width: 86px;
}

div#tools div.color {
	height: 20px;
	width: 35px;
	cursor: pointer;
	border: 1px solid #888;
}

div#tools div.slider {
	height: 11px;
	width: 90px;
	background-color: #BBB;
}
div#tools div.slider div {
	height: 11px;
	width: 11px;
	background-color: #666;
	font-size: 0;
	cursor: pointer;
}
div#canvas {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: move;
}
div#image {
	position: absolute;
	top: 30px;
	left: 240px;
	background-position: center;
	background-repeat: no-repeat;
}

#rainbow1,
#rainbow2,
#rainbow3,
#rainbow4 {
	z-index: 25;
}