h2{
	color: #3080d0;
	font-weight: bolder;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 35px;
	text-align: center;
}
#main {
	width: 800px;
	margin: 40px auto 10px auto;
}

#center {
	width: 300px;
	float: left;
}

.arena4 {
	width: 240px;
	height: 240px;
	margin: 0px auto 20px auto;
}

.arena5 {
	width: 280px;
	height: 280px;
	margin: 0px auto 20px auto;
}

.let {
	width: 50px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	margin: 0px 1px 1px 0px;
	border: 2px solid #3080d0;
	background-color: #ccc;
	-moz-border-radius: 5px;
	color: #333;
}

#fldHolder {
	height: 50px;
	width: 250px;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
}

#fld {
	width: 150px;
	border: 2px solid #3080d0;
	padding: 2px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	background-color: #FFFFBF;
}

#enter {
	width: 50px;
	border: 2px solid #3080d0;
	padding: 1px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
}

#gameState {
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-style: italic;
	height: 20px;
}

#results {
	float: left;
	width: 225px;
	height: 300px;
	padding: 5px;
	/* background-color: #FFFFBF; */
}

#guesses {
	height: 252px;
	overflow: auto;
	word-wrap: break-word;
	text-align: left;
	font-size: 12px;
	text-align: center;
}

#guesses div {
	margin: 2px;
	padding: 2px;
}

.not-checked {
	color: #000000;
}

.checked-unk {
	color: #AA3333;
	background: #FFEEEE;
}

.checked-unk a{
	color: #AA3333;
}

.checked-ok {
	color: #33AA33;
	background: #EEFFEE;
}

#sum {
	width: 255px;
	float: left;
}

#summary {
	float: right;
	width: 225px;
	height: 300px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

#summary_fnf {
	float: right;
	width: 225px;
	padding: 0px, 7px;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 15px;
}

#summary_scores {
	word-wrap: break-word;
	text-align: left;
	font-size: 12px;
	text-align: left;
}

#summary_scores div {

}

.score0 {
	padding: 2px;
	border-bottom: 1px solid #f0f0f0;
}

.score1 {
	background-color: #FFFFBF;
	padding: 2px;
	border-bottom: 1px solid #f0f0f0;
}

.score_pts {
	float: right;
}

.user {
}

.bswitch {
	float:left;
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	margin-right: 4px;
}

