
body{
	background:#445;
}

#page2{
	background:#fff;
	text-align:center;
	padding:20px;
}

#page2 h1{
	margin-bottom:2px;
}

#toolBox,#colorBox{
	margin-left:-1px;
	position:fixed;
	top:50px;
	left:1px;
	background:#ddd;
	box-shadow:1px 1px 4px #444;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	width:100%;
	text-align:center;
}

#toolBox{padding-bottom:10px;}

#colorAction{
	width:22px;
	height:22px;
	border:3px solid #fff;
	border-radius:50%;
	background-color:black;
	margin-top:2px;
	box-shadow:0px 0px 1px #333
}

#mCanvas{
	display:block;
	margin:0 auto;
	background:url('img/bgt.png');
}

#sizeCircle{
	width:10px;
	height:10px;
	background:#000;
	border-radius:50%;
	margin:8px auto;
}

#inRadius{
	width:90%;
	text-align:center;
	margin:8px auto;
}

.sp-container ,.sp-picker-container {
	width: 96.5%; 
	max-width:320px;
}

#toolList{
	list-style:none;
	height:70px;
	width:230px;
	margin:0 auto;
	margin-top:5px;
}

.toolSelect{
	float:left;
	padding:6px;
	background:#556;
	margin:4px 1px 4px 4px;
	border:3px solid #ddd;
	box-shadow: 0px 0px 2px #222;
}
.toolSelect:active{
	background:#888899;
}

.bottom{
	position:fixed;
	bottom:0px;
	right:0px;
	background:#556;
	font-size:1.5em;
}

#page2{
	overflow:hidden;
}