#state {

margin: 0 auto;
text-align: center;
}

.reload  input {
border: 0px;
background: #DDD;
font-size: 13px;
color: #444;

}

#load {

  	display: none;
	background: url('img/loadball.gif') no-repeat 10px 10px; 
	position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: left;
  
  
}

body {
	background: #757575;
	text-align: center;
	font-family: Trebuchet MS, Verdana, sans, sans-serif;
}


p, div {

margin: 0;
padding: 0;

}

a img {

border: 0;

}

#boardcontener {

text-align: center;

}

#board {

text-align: left;
margin: 0 auto;
width: 162px;
border: 0px solid #000;
height: 162px;

}

#board div {

background: #FFFFFF;
margin: 1px;
border: 1px solid #B9B9B9;
height: 50px;
width: 50px;
float: left;

}

#center_content {

	border: solid 1px #D8D8D8;
	background: #F7F7F7;
	width: 600px;
	margin: 10px auto;
	text-align: left;





}

#infogame {

	margin: 10px 30px;
	font-size: 14px;

}


#infogame .submit {
 text-align: center;
 
 }

#infogame .submit input {
margin: 15px 0 0 0;
height: 50px;
width: 100px;
border: 0px;
background: #BBBBBB;
font-size: 13px;
color: #FFF;

}

#infogame .submit input:hover {

background: #CCC;

}


#title {
	font-family: Trebuchet MS, Verdana, sans, sans-serif;
	text-align: right;
	padding: 15px 10px 0 0;
	font-size: 45px;
	color: #7D7D7D;
	height: 120px;
	background: url("img/games.png") no-repeat 10px 0px;
	line-height: 30px;

}

#title span {
	line-height: 0;
	font-style: italic;
	font-size: 14px;
	color: #7D7D7D;

}

#gameselect {
	font-size: 15px;
	text-align: center;

}

#newgame {
	margin: 10px 30px;
	font-size: 14px;




}

#newgame .field {

	text-align: center;

}

#newgame .field input {
	border: 0px;
background: #BBBBBB;
	font-size: 13px;
	color: #FFF;
}
#newgame .submit {
	text-align: right;
}
#newgame .submit input {
	border: 0px;
	background: #BBBBBB;
	font-size: 13px;
	color: #FFF;
}


#gameselect fieldset {
	margin: 5px auto;
	text-align: left;
	width: 90%;
	border: 1px solid #BBBBBB;
	background: #E9E9E9;
	color: #737373;
}

#footer {
	font-family: Verdana, sans, sans-serif;
	text-align: right;
	font-size: 10px;
	margin: 10px 10px 4px 10px;
}

#gameslist table {

	font-family: Verdana, sans-serif;
	color: #9A9A9A;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
}

#gameslist td {
	padding: 1px 0 0 2px;
	border-bottom: #8A8A8A 1px dashed;
	border-left: #8A8A8A 1px dashed;
}
