img.card_0 { 
	cursor:pointer; 
}

img.card_1 { 
	cursor:auto; 
}

#gbox {
	float:left;
	position:relative;
	left:80px;
	width:275px;height:35px;padding:5px;text-align:center;font-size:15px;font-weight:bold;
	line-height:1.1em;
	-moz-border-radius: 9px;
}

#gbox legend {
	color:#6CC7DC;
}

#rbox {
	float:left;
	position:relative;
	left:90px;
	width:60px;height:35px;padding:5px;text-align:center;font-size:15px;font-weight:bold;
	line-height:1.1em;
	-moz-border-radius: 9px;
	text-align:center;
}


#rbox legend {
	color:#B4C835;
}

#fbox {
	float:left;
	position:relative;
	left:100px;
	width:60px;height:35px;padding:5px;text-align:center;font-size:15px;font-weight:bold;
	line-height:1.1em;
	-moz-border-radius: 9px;
}

#fbox legend {
	color:#6CC7DC;
}

#cubox {
	float:left;
	position:relative;
	left:110px;
	width:100px;height:35px;padding:5px;text-align:center;font-size:15px;font-weight:bold;
	line-height:1.1em;
	-moz-border-radius: 9px;
}

#cubox legend {
	color:#B4C835;
}

#gameboard {
	clear:both;
	width:100%;
	text-align:center;
}