*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #5696D1;
}
.weather{
	display: block;
	background: url(../../images/weather-bg.gif) bottom repeat-x #2A67B5;
	width: 140px;
	padding: 10px 10px;
}
.weather p{
	width: 140px;
	text-align: left;
}
.weather p,
.weather input{
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
}
.weather input{
	display: inline;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	margin: 2px 0;
	padding: 2px;
}
#time{
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	font-size: 9pt;
}
#city_state{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10pt;
}
#icon{
	float: left;
	width: 40px;
	height: 40px;
	margin: 5px 10px 5px 0;
	border: 0;
}
#temp{
	float: left;
	width: 90px;
	margin: 5px 0 0 0;
	text-align: center;
	font-size: 20pt;
	line-height: 24pt;
}
#condition{
	float: left;
	text-align: center;
	font-size: 10pt;
	width: 90px;
}
#weather_img{
	display: block;
	height: 100px;
	width: 140px;
	margin: 10px auto;
	border: 2px solid #3D6B9A;
}
#zipcode{
	text-align: center;
}
#freese,
#freese a{
	text-align: center;
	color: #fff;
	line-height: 13pt;
}
