body {
	margin: 0px;
	background-color: #F0FFF0;
}

h1 {
	text-align: center;
	cursor: default;
	font: bold 35px Times New Roman;
}

p {
	cursor: default;
	padding: 4px 10px;
}

#mainCanvas {
	margin: 0px;
	cursor: crosshair;
	border: 1px solid #000000;
}

fieldset {
	border-radius: 8px;
	font: bold 15px Arial;
	margin: 5px auto;
	width: 780px;
	text-align: center;
	padding: 10px;
	background-color: #FFFACD;
	border: 1px solid #404040;
}

legend {
	font: bold 15px Arial Black;
}

input, select {
	border-radius: 8px;
	width: 150px;
	font: 14px Arial;
	padding: 3px 5px 1px 5px;
	margin: 4px;
}

.center {
	text-align: center;
}

.variableName, .variableRange {
	display: inline-block;
	cursor: default;
	margin-right: 5px;
}

.variableName {
	width: 120px;
	text-align: right;
}

.variableRange {
	width: 60px;
	font: normal 12px Arial;
	text-align: left;
}

ul {
	font: 12px Arial;
	text-align: left;
}

sub {
	font-size: 10px;
}

footer {
	text-align: center;
}

/* shiny blue (inspired by rdio iphone interface)
*******************************************************************************/
button.shiny-blue {
	background-color: #759ae9;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #759ae9), color-stop(50%, #376fe0), color-stop(50%, #1a5ad9), color-stop(100%, #2463de));
	background-image: -webkit-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
	background-image: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
	background-image: -ms-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
	background-image: -o-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
	background-image: linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
	border-top: 1px solid #1f58cc;
	border-right: 1px solid #1b4db3;
	border-bottom: 1px solid #174299;
	border-left: 1px solid #1b4db3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
	box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
	color: #fff;
	font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
	padding: 7px 10px;
	text-shadow: 0 -1px 1px #1a5ad9;
	text-align: center;
	width: 100px;
}
button.shiny-blue:hover {
	background-color: #5d89e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d89e8), color-stop(50%, #2261e0), color-stop(50%, #044bd9), color-stop(100%, #0d53de));
	background-image: -webkit-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
	background-image: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
	background-image: -ms-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
	background-image: -o-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
	background-image: linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
	cursor: pointer;
}
button.shiny-blue:active {
	border-top: 1px solid #1b4db3;
	border-right: 1px solid #174299;
	border-bottom: 1px solid #133780;
	border-left: 1px solid #174299;
	-webkit-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
	box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
}
