@charset "UTF-8";
/* CSS Document */


#keyPadHolder{
	width:165px;
	height:165px;
	position:absolute;
	top:0px;
	left:0px;	
}
.keyPadItem{
	width:50px;
	height:37px;
	float:left;
	border:1px #777777 solid;
	text-align:center;
	font-weight:bold;
	font-size:25px;
	color:#ffffff;
	background-color:#000000;
	padding-top:13px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.keyPadItem:hover{
	background-color:#FFF;	
	color:#000;
}
.clearFix{
	clear:both;
}
#startGameButton{
	position:absolute;
	top:390px;
	left:180px;
	width:329px;
	height:172px;
	cursor:pointer;	
}

#congratsDiv{
	position:absolute;
	top:300px;
	left:50px;
	width:609px;
	height:376px;
	background-image:url(images/fb_congrats.png);
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
}
.congratsText{
	margin-top:20px;
	margin-left:38px;
}
.congratsFirst{
	margin-top:100px;
}
#congratsShareLink{
	font-size:14px;
	font-weight:regular;
}
#congratsShareLink a{
	color:#ffffff;
	text-decoration:none;
}
#howToPlay{
	position:absolute;
	top:180px;
	left:85px;	
	width:540px;
	height:576px;
	cursor:pointer;
}

#correctIcon{
	position:absolute;
	top:390px;
	left:212px;
	width:329px;
	height:172px;
	cursor:pointer;	
}

#incorrectIcon{
	position:absolute;
	top:390px;
	left:212px;
	width:329px;
	height:172px;
	cursor:pointer;	
}