/*
    Document   : app
    Created on : Aug 25, 2014, 1:17:26 PM
    Author     : SlashWebDesign
*/
html { height: 100%; }
body {
	margin: 10px 0px 10px 0px;
	height: 100%;
	font-family: Tahoma, Helvetica, Arial;
	font-weight: normal;
	font-size: 14px;
	color: #414141;
}

	#canvas-holder {
		width: 50%;
		height: 50%;
		margin: 0px auto;
		background-color: #048cff;
	}

		#canvas {
			position: absolute;
		}

	p {
		margin: 20px 0px 10px 20px;
		color: #04a9ff;
	}
	select {
		padding: 4px;
		border: 1px solid #cccccc;
	}
	button {
		padding: 4px;
		border: 1px solid #cccccc;
	}
	.color {
		border-radius: 20px;
		box-shadow: 0px 0px 5px 2px #cccccc;
		width: 20px;
		height: 20px;
		display: inline-block;
		cursor: pointer;
	}

