/* Stylesheet for stageplan app */
body {
    background: #ddd;
    margin: 0;
    padding: 0;
	text-align: center;
}

#canvas {
	background: #fff;
	/*margin-left: 100px;*/
	width: 640px;
	height: 480px;
}

#slider {
	position: absolute;
	background: #eee;
	width: 190px;
	height: 12px;
	border: 1px dashed #000;
	z-index: 100;
	left: 540px;
	top: 100px;
}

#pos {
	position: absolute;
	background: #fff;
	top: 100px;
	left: 490px;
	height: 20px;
	width: 40px;
	z-index: 2;
	border: 1px solid #000;
}

#handle {
	position: absolute;
	left: 90px;
	background: #555;
	width: 8px;
	height: 10px;
	border: 1px solid #000;
}

#angle {
	font-size: 0.9em;
	font-weight: bold;
}

#info {
	width: 60%;
}
