.weatherBox div {
	margin-left: 5px;
	margin-top: 5px;
}
.weatherBox div label {
	padding-left: 5px;
}
.weatherBox select {
	width: 150px;
}
.weatherBox p {
	font-size: 15px;
	padding-top: 5px;
	font-weight: bold
}
.weatherBox .boxForecast {
	font-size: 10px;
	font-family: verdana;
	height: 100px;
}
.weatherBox .boxForecast span {
	width: 80px;
	margin-left: 4px;
	background: url(../img_common/weather/box_weather_item_top.gif) no-repeat
}
.fl {float: left;}
.pl0 {padding-left: 0}
.weatherBox .boxForecast span strong {
	color:#838385
}
.weatherBox .boxForecast span .minTemp {
	color: #fff;
	background: none;
	background-color: #8B9AAF
}
