h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
    font-family: 'Freckle Face', Georgia, Times, serif;
    color:white;
    text-shadow: 2px 2px 2px #333;
}
.bigtitle {
	margin-top:110px;
	font-size: 80px;
	text-shadow: 4px 4px 4px #333;
}
body {
	
}
.gameboard {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height: 640px;
	width: 960px;
	background-image: url('media/img/bg3_l.png');
	overflow:hidden;
}
.title {
	text-align: center;
}
.game {
	text-align: center;
}
.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.undraggable {
	-webkit-user-drag: none;
    user-drag: none;
}
.flipped {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.countitem{
	position:relative;
	margin-top:30px;
}
.countballoon {
	font-family: 'Freckle Face', Georgia, Times, serif;
	font-size: 20px;
	border-radius: 50%;
	border: 2px solid black;
	background:white;
	position:absolute;
	left:5px;
	top:5px;
	width:24px;
}
.answerbox {
	background-image:url('media/img/panel.png');
	height:120px;
	width:440px;
	position:absolute;
}
.chicken {
	position: absolute;
}
.numbutton {
	background-image:url('media/img/button.png');
	height:52px;
	width:52px;
	display: inline-block;
	font-family: 'Freckle Face', Georgia, Times, serif;
	margin-top:0;
  margin-bottom: 0;
  margin-left:5px;
  margin-right:5px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
.greenbutton {
	background-image:url('media/img/button_green.png');
}
.redbutton {
	background-image:url('media/img/button_red.png');
}
.prbox {
	background-image:url('media/img/panel2.png');
	height:77px;
	width:303px;
	position:absolute;
}
