/* WeatherBike, (C)2009 GiantChihuahua, www.giantchihuahua.com -------------- */
/* HTML --------------------------------------------------------------------- */
body
{
	background: url(/images/background-gradblue.jpg) #ffffff top left repeat-x;
	font-family: arial;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1
{
	font-size: 18pt;
	padding-bottom: 10px
}
input
{
	font-size:16pt;
}
/* Layout ------------------------------------------------------------------- */
#pagelayout
{
	background: url(/images/bike-large.png) center center no-repeat;
	margin: 10px auto;
	width: 960px;
	height: 500px;
}
	#header
	{
	
	}
		#header .logo
		{
		
		}
		#header .logo img
		{
			border: 0px;
		}
	#content
	{
		
	}
		#content .container
		{
		
		}
		.weatherdata
		{
		
		}
			.weatherdata .headerrow td
			{
				border-bottom: 1px solid black;
				font-size: 16pt;
				text-align: center;
			}
			.weatherdata .datarow td
			{
				font-size: 16pt;
				text-align: center;
			}
#footerbg
{
	background: url(/images/bg-cityline.png) bottom center repeat-x;
	bottom: 0px;
	left: 0px;
	height: 391px;
	position: absolute;
	width: 100%;
	z-index: -1;
}
#footercontent
{
	color: #414141;
	font-size: 10pt;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}

#zip
{
	font-size: 16pt;
}
.error
{
	font-weight:bold;
	color: red
}
