html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-family:"Trebuchet MS";
	font-weight: normal;
	color: #2D2D2D;
}

h1 {
	font-family:"Trebuchet MS";
	font-size: 14px;
	color:#054277;
	font-weight:bold;
	float:left;
}

h2 {
	font-family:"Trebuchet MS";
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
	float:left;
}

h3 {
	font-size: 16px;
}


#games-error {
	width:100%;
	background:#99CC00;
	float:left;
	position:relative;
}
#error-form {
	width:320px;
	position:relative;
	margin-left:20px;
}
#add-game {
	width:100%;
	float:left;
	position:relative;
}

.formfield {font-size: 12px; color:#6E6E6E; padding: 3px; border: 1px solid #DDDCD8;}
.formfield:focus {border: 1px solid #312E2E;}
.formtext {color: #FFFFFF; font-weight: bold; line-height: 18px;}

