#wp_addweather{ margin: 0; padding: 0; float: left; text-align: left;}
#wp_addweather .wp_addweather{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: url(icon/logo_meteo.jpg);
	margin-top: 0px;
	padding:0;
	width:406px;
	height:61px;
	display:block;
	position:relative;
	color:#333333;
}
#wp_addweather .wp_addweather img{
	margin-left: 0px;
	margin-top: -5px;
	padding: 0;
	border: none;

}
#wp_addweather .wp_addweather strong{
	font-size:10px;
	font-weight:normal;
	display: block;
	position:absolute;
	top: 32px;
	left:102px;
}
#wp_addweather .wp_addweather abbr{
	font-size:10px;
	font-weight:normal;
	border-bottom-color:#FFFFFF;
}
#wp_addweather .wp_addweather em{
	font-style: normal;
	font-weight: normal;
	font-size:30px;
	color:#FFBE34;
	position:absolute;
	top:12px;
	right:290px;
	
}
