/* CSS Document */
#weather_main {
	position:absolute;
	top:50px;
	left:65px;
	width: 630px; 
	height: 440px; 
	background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/green_630x440_bg.jpg ); 
	background-repeat: no-repeat; 
	background-color: #336633;
}	
#weather_script {
	height:420px;
}
#weather_nav {
	text-align: center; 
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 12px; 
	line-height: 20px; 
	color: FFFFFF;
}
#weather_nav a {
	color:#ffffff;
}
#zip_code {
	margin-left:65px;
}
#zip_code label {
	font-size:10px;	
}
#zip_code label input {
	font-size:10px;
}