#wp_myweather{
	width:200px;
	height:85px;
}

#wp_myweather .wp_myweather_image{
	font-size: xx-small;
	margin-left:8px;
	margin-top:8px;
	padding:0pt 0pt 4px;
	background: url('icon/bg.png') no-repeat;
	text-align:center;
	line-height: 1.1em;
	width:65px;
	height:65px;
	float:left;
}
#wp_myweather .wp_myweather_image span{
	width:61px;
}

#wp_myweather .wp_myweather_tmp{
	float:left;
	color:#5A780A;
	line-height:normal;
	font-size:32px;
	margin:16px 16px 16px 30px;
}


#wp_myweather .wp_myweather_image img{
	margin: 4px 0 3px 0;
	padding: 0;
	border: none;
}

