#main {
	width: 800px;
	margin: 20px auto 10px auto;
}

#center {
	float: left;
}

.arena {
	margin: 0px auto 20px auto;
}

.sqr {
	width: 25px;
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 1px 1px 0px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	font-size: 15px;
	cursor: pointer;
	font-weight: bolder;
}

.hlite {
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0px 1px 1px 0px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	border: 3px solid #ff8080;
}

.me {
	font-weight: bolder;
}

.player {
	height: 24px;
	background: no-repeat left;
	padding-left: 26px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 11px;
	color: #008000;
	font-weight: bolder;
}

.player a {
	font-size: 10px;
}

#players {
	font-size: 11px;
	color: #800000;
}

#status {
	font-size: 11px;
}

h3 {
	border-bottom: 1px dotted rgb(176, 176, 176);
	padding-bottom: 3px;
	font-weight: bolder;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
}

.current {
	font-size: 11px;
	color: #008000;
	font-weight: bolder;
}

.button {
	border: 2px solid;
	padding: 2px 5px;
	border-color: #80b0e0;
	background: #f0f0ff;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#overlay {
	position: absolute;
	display: none;
	background: #000000;
	opacity: 0.25;
	filter:alpha(opacity=25);
	z-index: 2;
}

.game {
	line-height: 28px;
	vertical-align: middle;
	height: 28px;
}

.game .p1 {
	background: no-repeat left url(/gomoku/x.gif);
	padding: 5px 0px 6px 26px;
	line-height: 28px;
}

.game .p2 {
	background: no-repeat left url(/gomoku/o.gif);
	padding: 5px 0px 6px 26px;
	line-height: 28px;
}

#chat {
	overflow: auto;
	height: 195px;
	border: 1px solid #ffcccc;
	background: #ffffff;
	font-size: 10px;
	padding: 2px;
}

#chat .nick {
	color: #000080;
	font-weight: bolder;
}

#msg {
	border: 1px solid #ccccff;
	background: #ffffff;
	width: 198px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	padding: 2px 0px;
	margin-top: 2px;
}

#main td {
	vertical-align: top;
}
