.formpanel {
	background-color:#f7f7f7;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 12px;
	margin-top: 25px;
}

.formpanel label{
	float: left;
	width: 80px;
}

#bingoword  {width: 140px; }
#statistics {width: 140px; }
#wordlist {width: 140px; }
#opponent {width: 140px; }
#curve {width: 140px; }
#games {width: 140px; }

#num_info {
	float: right;
	font-style:italic;
}
#dataexport {
	margin-top: 20px;
	float: right;
	background-image:url("../../../ill/excel.gif");
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 25px;
	height: 16px;
}

.navigationbuttons .leftcontainer {
	float:left;
}

.navigationbuttons .rightcontainer {
	float:right;
}

.navigationbuttons .leftbtn {
	margin-bottom:7px;
}

.navigationbuttons .rightbtn {
	text-align:right;
	margin-bottom:7px;
}

#selectboxes1 {  
	float: left;
	width: 200px;
	margin-right: 30px;
}
#selectboxes2 { 
	float: left;
	width: 200px;
}
#game_types {width: 100px; }
#game_board {width: 100px; }
#game_rating {width: 100px; }
#game_players {width: 100px; }
#game_stats {width: 140px; }

#selectstats {

}

#analyzer_gameboard {
	float:left;
	width: 340px;
}

#analyzer_gameinfo {
	float:left;
	width: 120px;
}

#analyzer_gameboard img {
	vertical-align: bottom;
}

#analyzecontainer {
	width: 330px;
	padding-top:10px;
}

#leftcol_board  {
	margin-top:3px;
}

#leftcol_board .player{
	height:22px;
}

#rightcol_board .tiles{
	height:22px;
}



#analyzewords a:link, #analyzewords a:visited, #analyzewords a:active { 
	text-decoration: none;
}
#analyzewords a:hover {
	text-decoration: underline;
}




