/*		Some Chess, a PHP multi-player chess server.	*/
/*		Copyright (C) 2006 Jon Link 					*/
body {
	background:#ccc url('img/back.gif') repeat;
	font:0.8em helvetica, arial, san-serif;
}
a {text-decoration:none;color:#555;}
a:hover {text-decoration:underline;}
h3 {
	margin:5px;
	font:bold 1.1em helvetica, arial, san-serif;
}
form, #regBox {
	background:url('img/logo.png') no-repeat;
	border:2px solid #666;
	color:#333;
	position:absolute;
	top:120px;
	left:200px;
	height:275px;
	width:275px;
	z-index:10;
}
input {
	background:#B0C9E3 url('img/inputBack.png') repeat;
	border:1px solid #97ADC4;
	margin-right:5px;
	padding-left:5px;
	color:#323232;
	width:110px;
	height:20px;
}
form div {margin:80px 10px 0 0;}
form div p {text-align:right;}
.butt {
	background:url('img/blankB.png');
	border:1px solid #777;
	margin:80px 10px 40px;
	color:#fff;
	float:right;
	height:26px;
	width:70px;
	font:bold 15px Helvetica, Arial, San-Serif;
	font-variant:small-caps;
}	
.badLog, .message, .error {
	background:#dbdbdb url('img/boxShadow.gif') repeat-x;
	border:3px double #666;
	padding:10px;
	color:#333;
	position:absolute;
}
.message, .badLog, .error {
	top:290px;
	left:485px;
}
.badLog, .error {
	background:#dbdbdb url('img/boxShadow.gif') repeat-x;
	border:3px double #666;
	padding:10px;
	color:#8C2721;
}
#regBox {
	background:#dbdbdb url('img/boxShadow.gif') repeat-x;
	top:420px;
	height:auto;
	width:275px;
	z-index:1;
}
#regBox div, #regBox .butt {margin-top:15px;}
#ver {
	background:#ccc;
	color:#333;
	position:absolute;
	bottom:5px;
	left:5px;
	font-size:0.8em;
}
img {
	border:1px solid #666;
	margin:10px;
	float:right;
}
