div.googleWeather
{
}

div.googleWeather .input_label {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.googleWeather .city {
    font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

div.googleWeather .deg {
    font-size: 90%;
	color: #1EA4D8;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.googleWeather .deg a {
	color: #1EA4D8;
    text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.googleWeather .deg2 {
    padding-top: 6px;
	padding-bottom: 6px;
	font-size: 100%;
	color: #3366FF;
	font-weight:bold;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.googleWeather .cond {
	font-size: 90%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.googleWeather .wind {
    font-size: 90%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.googleWeather .humidity {
    font-size: 90%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.googleWeather .forecast_day {
	font-size: 70%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.googleWeather .img2 {
	float: left;
	padding-right:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.googleWeather .forecast_temp {
	font-size: 70%;
}

div.googleWeather td.forecast_cond {
	font-size: 70%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.googleWeather th
{
}

div.googleWeather input {
	margin-bottom: 6px;
}

div.googleWeather input.button {
	margin-left: 2px;
}

div.googleWeather .error {
	color: #FF3366;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.googleWeather #loading {
	vertical-align: middle;
	text-align: left;
}

