body{
	background:url(bunchie.gif) fixed 0 0;
	font-family:sans-serif;
}
#pixler{
	background:url(pixler.php?o=50);
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
#controls{
	position:absolute;
	width:510px;
}
.slider{
	margin-bottom:10px;
	border-top:6px solid;
	border-bottom:6px solid;
}
#red{
	border-color:#F00;
}
#green{
	border-color:#0F0;
}
#blue{
	border-color:#00F;
}
#opacity{
	background:url(pixler.php?o=100);
	border:none;
}
.knob{
	background:url(bunchie.gif) fixed 0 0 #FFF;
	width:75px;
	height:75px;
	cursor:e-resize;
}
#opacity-knob{
	background-color:#000;
}
#pixler-url{
	padding:5px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	background:url(pixler.php?o=75);
}
