
#canvas-game{
	margin:0 auto;
	text-align:left;
	width:968px;
	margin-top:20px;
	border:Solid 1px #ebe5e5;
	height:724px;
	position:relative;
}

#game-statistic{
	margin:0 auto;
	text-align:left;
	width:900px;
	margin-top:20px;
}


#statistic-left, #statistic-right{
	font-size:15px;
	float:left;
}

#statistic-right{
	float:right;
}

.bold-text{
	font-weight:bold;
}

.clear{
	clear:both;
}

.box-picture{
	float:left;
	width:240px;
	height:179px;
	border:solid 1px #ebe5e5;
        display:none;
}

.box-picture > img{
	width:240px;
	height:179px;
}

.box-cover-wrapper{
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}

.box-cover{
	width:240px;
	height:179px;
	background:url(/mgame/game-images/image-cover.jpg) no-repeat;
	border:solid 1px #ebe5e5;
	float:left;
	cursor:pointer;
}

#game-message{
	margin:0 auto;
	font-size:20px;
	background:#c3d83b;
	padding:45px;
	border:solid 1px #ccc;
	border-radius:5px;
	width:900px;
	text-align:center;
}

#btnRestart{
	padding:15px;
	font-weight:bold;
	text-align:center;
	background:#ff6600;
	text-decoration:none;
	margin-top:20px;
	color:#fff;
	border:none;
	border-radius:5px;
	cursor:pointer;
}