body, html {
	font-family: Arial, Times new Roman, sans-serif;
}
#hide {	display: none; }
#page_container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
#container {
	position: relative;
	margin: auto;
	text-align: left;
}
	#container #page_header{
		position: relative;
		top: 10px;
	}
		#container #page_header h1 {
			font-size: 1.3em;
			margin: 0;
			padding: 0;
		}
#main {
	position: relative;
	font-size: 0.75em;
}
	#main h2 {
		font-size: 1.2em;
		color: #0090F2;
	}
	#main .center { text-align: center;	}
	#main #win_100 h3 {
		font-size: 1.5em;
		color: #0090F2;
		margin: 10px;
	}
	#main #main_nav {
		text-align: center;
		height: 30px;
	}
	#main #main_nav input {
		background-color: #27BC08;
		border: 1px solid #1E7C03;
		color: white;
		font-weight: bold;
	}
#nav {
	display: none;
}

/* 
	Page 1 - first team selection 
									*/

#team_group {
	width: 48%;
	float: left;
	margin: 0 0 0 0;
	height: 90px;
	margin-bottom: 10px;
}
	#team_group table {
		border-collapse: collapse;
		padding: 0;
		width: 90%;
		margin: auto;
	}
	#team_group #headings {
		background-color: #0090F2;
	}
	#team_group th {
		margin: 0;
		font-size: 0.75em;
		font-weight: bold;
		color: white;
		text-align: left;
		padding: 2px;
	}
		#team_group th a {
			color: white;
			font-size: 0.8em;
			margin-right: 10px;
		}
		#team_group #radio {
			width: 28px;
		}
		#team_group #group {
			font-size: 1em;
			text-align: right;
			padding-right: 10px;
		}
	#team_group tr td {
		margin: 0;
		font-size: 0.9em;
		font-weight: normal;
	}
	#team_group #team_shirt {
		height: 30px;
		width: 30px;
		background-position: 1% 100%;
	}
	#team_final {
		width: 100%;
		text-align: center;
		margin-bottom: -10px;
	}
	#team_final table {
		width: 100%;
	}
	#team_full_shirt {
		height: 66px;
		width: 100px;
		margin: auto;
	}
	#versus {
		font-size: 2em;
		font-weight: bold;
		color: #0090F2;
	}
	#tiebreak {
		width: 60px;
		border: 1px solid #1E7C03;
	}

/*
	Final page - i.e. completed the form
											*/

#finished {
	width: 95%;
	margin: 30px auto auto auto;

}
	#finished #world_cup {
		background: transparent url('../img/site/world_cup.gif') no-repeat;
		height: 156px;
		width: 73px;
		float: left;
		margin-right: 20px;
	}
	#finished li {
		margin-bottom: 10px;
	}

/*
	Pay page
				*/
#pay_form {
	width: 65%;
	margin: auto;
}
	#pay_form #field {
		font-weight: bold;
	}
	#pay_form input {
		border: 1px solid #1E7C03;
		font-size: 11px;
	}
#pay input {
	background-color: #27BC08;
	border: 1px solid #1E7C03;
	color: white;
	font-weight: bold;
	font-size: 12px;
}
#win_group {
}
	#win_div {
		width: 46%;
		border: 1px solid #ccc;
		float: left;
		margin: 1px;
		height: 40px;
		font-size: 0.9em;
	}
	.win_table {
		border-collapse: collapse;
		width: 95%;
	}
	.win_table h3 {
		margin: 0;
		font-size: 1em;
		background-color: #1188ff;
		color: white;
		text-indent: 5px;
		height: 20px;
		line-height: 20px;
	}
	.win_table td {
		border-collapse: collapse;
		padding: 0;
	}
	.next_num {
		font-size: 1.5em;
		font-weight: bold;
		color: #22aa00;
	}