
html, body{
	background:#fff;
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	font-family:Georgia, serif;
}
canvas {
	position:static;
	top:0;
	left:0;
}

#settings{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#666;
	padding:7px 10px 10px;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .5);
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(73,73,73,1) 94%, rgba(43,43,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(94%,rgba(73,73,73,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(73,73,73,1) 94%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(73,73,73,1) 94%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(73,73,73,1) 94%,rgba(43,43,43,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(102,102,102,1) 0%,rgba(73,73,73,1) 94%,rgba(43,43,43,1) 100%); /* W3C */
}
input{
	font-family:inherit;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:none;
	background:#ededed;
	color:#666;
	width:auto; 
	overflow:visible; 
	display:inline-block; 
	margin:0px 0px; 
	padding:0px 10px 4px; 
	font-size:18px;
	cursor:pointer;
	-webkit-box-shadow: inset 0px -5px 12px 0px rgba(0, 0, 0, .2), inset 0px -1px 1px 0px rgba(0, 0, 0, .5), inset 0px 1px 1px 0px rgba(255, 255, 255, .5);
	-moz-box-shadow: inset 0px -5px 12px 0px rgba(0, 0, 0, .2), inset 0px -1px 1px 0px rgba(0, 0, 0, .5), inset 0px 1px 1px 0px rgba(255, 255, 255, .5);
	box-shadow: inset 0px -5px 12px 0px rgba(0, 0, 0, .2), inset 0px -1px 1px 0px rgba(0, 0, 0, .5), inset 0px 1px 1px 0px rgba(255, 255, 255, .5);
	float:left;
	}
.leftround{
	-webkit-border-radius: 15px 2px 2px 15px;
	-moz-border-radius: 15px 2px 2px 15px;
	border-radius: 15px 2px 2px 15px;
	padding-right:7px;
}
.rightround{
	-webkit-border-radius: 2px 15px 15px 2px;
	-moz-border-radius: 2px 15px 15px 2px;
	border-radius: 2px 15px 15px 2px;
	padding-left:7px;
}
.round{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
input:hover{
	background:#fff;
}
#playbackpanel, #colorpanel{
	display:inline-block;
	float:left;
	position:relative;
}
#playbackpanel{
	margin-right:20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5);
}
#colorpanel{
	padding-left:20px;
	border-left:1px solid #000;
}
#colorpanel label{
	color:#eee;
	font-size:18px;
	display:inline-block;
	padding-top:1px;
	margin-right:10px;
	overflow:hidden;
	vertical-align:top;
}
#colorpanel  div{
	display:inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5);
}
#icolors{
	width:40px;
	text-align:center;
}
#colorpanel span{
	font-size:28px;
	text-shadow: 0 0 2px #000;
	cursor:default;
	-webkit-border-radius: 2px 15px 15px 2px;
	-moz-border-radius: 2px 15px 15px 2px;
	border-radius: 2px 15px 15px 2px;
	padding:0 7px;
	display:inline-block;
	line-height:18px;
}
#colorpanel b{
	display:inline-block;
	line-height:24px;
}
#savepanel{
	display:inline-block;
	float:right;
	margin-right:20px !important;
}