#gamebox {
	font-size:18px;
	color:#fff;
	background-color: #faf8ef;
	overflow: hidden;
	margin: 0px;
	width: 775px;
	height: 430px;
	position: relative;
}
#canvas{
	margin-left: 15px;
}
.header{
	position: relative;
	width: 120px;
	padding: 5px;
	float: left;
}
.controlButton{
	width: 120px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.controlButton:before,.score:before{
	clear: all;
}
.grade {
	height: 30px;
	margin-bottom: 5px;
}

.newGrade {
	width: 121px;
	padding: 5px 0px;
	margin: auto;
	font-size: 16px;
	float: left;
}
.bgDefault {
	border: 1px solid #fabe6e;
	background-color: #fabe6e;
	border-radius: 4px;
}
.bgClick {
	border: 1px solid #bbada0;
	background-color: #bbada0;
	border-radius: 4px;
}
.easy {
	float: left;
	margin-bottom: 5px;
}
.medium {
	float: left;
	margin-bottom: 5px;
}
.hard {
	float: left;
	margin-bottom: 60px;
}

.pauseAndNew {
	height: 30px;
}
.pauseAndNew > span{
	width: 120px;
	padding: 5px;
	margin: 2px auto 2px auto;
	font-size: 16px;
	border: 1px solid #02a4ad;
	background-color: #02a4ad;
	border-radius: 4px;
}
.pauseAndNew > span:first-child{
	float: left;
}
.pauseAndNew > span:last-child{
	float: right;
}

.score{
	width: 120px;
	height: 70px;
	float: left;
	text-align: center;
	font-size: 28px;
	margin-top: 10px;
}
.score .best{
	width: 120px;
  	background: #bbada0;
  	font-size: 24px;
  	font-weight: bold;
  	float: right;  
  	border-radius: 3px;
  	padding: 2px;
}
.score label{
	color:  #ddd;
	line-height: 18px;
	font-size: 28px;
}

::-webkit-scrollbar {
	width: 0px;
}

#voiceImg{
	position: absolute;
	display: block;
	left: 45px;
    top: 120px;
    width: 40px;
    height: 40px;
	cursor: pointer;
	z-index: 2;
}
