#wp_addweather{ margin: 0; padding: 0; float: none; text-align: left;}
#wp_addweather .wp_addweather{
	/*font-family: "Lucida Grande", Verdana, Arial, sans-serif;*/
	background: url(weather_bg.gif);
	margin:0 0 0 28px;
	padding:0;
	width:180px;
	height:42px;
	display:block;
	position:relative;
	color:#FFFFFF;
}
#wp_addweather .wp_addweather img{
	margin: 6px 0 0 8px;
	padding: 0;
	border: none;

}
#wp_addweather .wp_addweather strong{
	font-size:14px;
	font-weight:bold;
	display: block;
	position:absolute;
	top: 12px;
	left:50px
	
}
#wp_addweather .wp_addweather abbr{
	font-size:14px;
	font-weight:boldl;
	border-bottom-color:#FFFFFF;
}
#wp_addweather .wp_addweather em{
	font-style: normal;
	font-weight: bolder;
	font-size:24px;
	color:#FFFFFF;
	position:absolute;
	top:14px;
	right:8px;

	
}
