#wp_myweather{ margin: 0; padding: 0; float: none; text-align: left;}
#wp_myweather .wp_myweather{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	/*background: url(icon/bg_weather.gif);*/
	margin:10;
	padding:0;
	width:180x;
	height:80px;
	display:block;
	position:relative;
	color:#545450;
}
#wp_myweather .wp_myweather img{
	margin: 0 ;
	padding: 0;
	border: none;

}
#wp_myweather .wp_myweather strong{
	font-size:16px;
	font-weight:normal;
	display: block;
	padding: 10;
	position:absolute;
	top: 12px;
	left:58px;
}
#wp_myweather .wp_myweather em{
	font-style: normal;
	font-weight: normal;
	font-size:28px;
	color:#545454;
	position:absolute;
	top:3px;
	right:10px;

}
#wp_myweather .wp_myweather small{
	font-style: normal;
	font-weight: normal;
	font-size:12px;
	color:#545454;
	position:absolute;
	top:35px;
	right:10px;

}

#wp_myweather .wp_myweather link{
	font-style: normal;
	font-weight: normal;
	font-size:6px;
	color:#545454;
	position:absolute;
	top:90px;
	right:10px;

}


