#wp_myweather{ margin:2.4em 0em 0em 0em; padding: 0 0 0 2.5em; float: none; text-align: left;}

#wp_myweather .wp_myweather{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: url(icon/bg_weather.gif);
	margin:0;
	padding:0;
	width:150px;
	height:35px;
	display:block;
	position:relative;
	color:#FFFFFF;
}
#wp_myweather .wp_myweather img{
	margin: 0;
	padding: 0;
	border: none;

}
#wp_myweather .wp_myweather strong{
	font-size:9px;
	font-weight:normal;
	display: block;
	position:absolute;
	top: 9px;
	left:46px;
}
#wp_myweather .wp_myweather em{
	font-style: normal;
	font-weight: normal;
	font-size:15px;
	color:#FFFFFF;
	position:absolute;
	top:3px;
	right:10px;
	
}