#weather_widget * {
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:14px;
}

#weather_widget {
/*
	border:1px solid #444;
	background:#EEE;
	width:275px;
	padding:15px;
	overflow:auto;
	*/
}

#weather_img {
	float:left;
	padding-right:2px;
	padding-left:2px;
    height:24px; /* you can use % */
    width: auto;

}

#weather_country {
	font-weight:bold;
}

#weather_city {
	font-size:10px;
}

#weather_temp {
	margin-top:5px;
}

#weather_cond {
	margin-top:5px;
	font-style:italic;
	
}

#weather_conditions {
	float:left;
	padding-top:3px;
}