#wp_addweather{ margin: 0; padding: 0; float: none; text-align: left;}
#wp_addweather .wp_addweather{
	font-family: "tahoma", Verdana, Arial, sans-serif;
	margin:0px;
	padding:0px;
	width:300px;
	height:65px;
	display:block;
	position:relative;
	color:#FFFFFF;
}
#wp_addweather .wp_addweather img{
    position:absolute;
	top:77px;
	right:150px;
	margin: 0;
	padding: 0;
	border: none;

}
#wp_addweather .wp_addweather strong{
	font-size:10px;
	font-weight:normal;
	display: block;
	position:absolute;
	top: 12px;
	left:46px;
}
#wp_addweather .wp_addweather em{
	font-style: normal;
	font-weight: normal;
	font-size:14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	color:#fefefe;
	position:absolute;
	top:117px;
	right:150px;
	
}