div.millgame
{	margin: 5px;
	float: left;
	width: 290px;
}
div.millinfo
{	margin: 5px;
	padding: 3px;
	float: left;
	border: 1px solid #66F;
	width: 174px;
}
table.millBoard
{	border-collapse: collapse;
}
table.millBoard td
{	padding: 0;
	border: none;
	width: 40px;
	height: 40px;
	background-color: #666;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
table.millBoard td.top
{	height: 20px;
	background-color: #FF6;
}
table.millBoard td.left
{	width: 20px;
	background-color: #FF6;
}
table.millBoard td.corner
{	width: 20px;
	height: 20px;
	background-color: #FF6;
}
table.millBoard td img
{	border: none;
	width: 40px;
	height: 40px;
}
div.playerdetails
{	padding: 3px 15px;
}
div.playerdetails span.name
{	font-weight: bold;
	padding-right: 10px;
}
form.millmoveform
{	font-family: Verdana, Arial;
	font-size: 90%;
	margin: 3px;
	padding: 3px;
	border: 1px solid #99F;
}
form.millmoveform label, input
{	float: left;
	margin: 5px 10px;
}
form.millmoveform br
{	clear: both;
}
form.millmoveform label
{	width: 3em;
	text-align: right;
}
form.millmoveform input.mmfSq
{	width: 2em;
}
form.millmoveform label.mmfLongLabel
{	width: 8em;
	text-align: left;
}
p.moveerror
{	color: #F66;
	margin: 5px 10px;
	font-weight: bold;
	/*font-style: italic;*/
}
p.movedone
{	color: #060;
	margin: 5px 10px;
	font-weight: bold;
	font-style: italic;
}
p.ruleslink
{	margin: 2px 10px;
	font-size: 80%;
	font-style: italic;
}
p.gameover
{	margin: 2px 10px;
	font-style: italic;
	font-size: 120%;
}
p.gameover span
{	font-weight: bold;	
}