@charset "utf-8";
/* CSS Document */

.weather_box {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;		
}

img.weathericon {
	float: left;
	padding-right: 5px;		
}

div.weatherbox {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
	padding-left: 27px;
	height: 50px;
	padding-top: 5px;
}

span.weatherheader {
	font-size: 14px;
	font-weight: bold;	
}
