#wp_myweather{ margin: 0; padding: 0; float: none; text-align: left;}
#wp_myweather .wp_myweather{
	font-family: "Lucida Bright", Georgia, Times, serif;
	background-color: #EFEFEF;
	margin:0 0 3px 0;
	padding:0;
	width:99%;
	height:46px;
	display:block;
	position:relative;
	color:#333333;
        border-bottom: 1px dotted #dddddd;
}
#wp_myweather .wp_myweather img{
        width: 35px;
	margin: 5px 0 0 5px;
	padding: 0;
	border: none;

}
#wp_myweather .wp_myweather strong{
	font-size:12px;
        letter-spacing: 1px;
        text-decoration: uppercase;
	font-weight:normal;
	display: block;
	position:absolute;
	top: 12px;
	left:46px;
}
#wp_myweather .wp_myweather em{
	font-style: normal;
	font-weight: normal;
        letter-spacing: -1px;
	font-size:26px;
	color:#888888;
	position:absolute;
	top:10px;
	right:10px;
	
}