body {
        font-family:Verdana, Arial, sans-serif;
}

#pagearea{
	position:relative;
	top:0;
	left:0;
}


#gamearea{
	margin-left: auto;
 	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 47px;
 	width:750px;
}

#editgame, #editcardbacks, #editcolours, #start-screen, #hint, #win-message, #hint-message, #winbox{
	display:none;
}



#p2 {display:none}

div.cardholder {
  margin: 5px 5px 0px 5px;
}

div.card {
	cursor:pointer;
	text-align:center;
}

div.card img {
	max-height:210px;
	width:100%;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}

div.card p {
	display:block;
	max-height:210px;
}

div.message {
	font-family:Verdana, Arial, sans-serif;
	font-size:1.2em;
	position:absolute;
	display:block;
	left:160px;
	top:100px;	
	width:500px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	z-index: 10;
	padding:30px;
}

#instructions, #hint-message {
	background:#FFFFCC;
	border:3px solid #FFCC33;
}

#winbox {
	background:#FFFFCC;
	border:3px solid #FFCC33;
}

div.message h2{
	margin-top:0px;
	font-family:Verdana, Arial, sans-serif;
	font-size:1.4em;
}

#playBtn, #closeHintBtn, #closeWinboxBtn{
	padding:3px 30px;
	font-weight:bold;
}

p.btnPara{
	text-align:center;
	padding-top:10px;
}

input[type=button] {
	padding:3px;
	font-weight:bold;
}

#bottomDisplay{
	display:none;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
	width: 678px;
}	

#bottomDisplay div{
	display:inline;
	text-align:center;
	font-size:1.2em;
	padding-right:30px;
}

#hintBtn {
	margin-left:15px;	
}