#wp_myweather{ margin: 0; padding: 0; float: none; text-align: left;}
#wp_myweather .wp_myweather{
        font-family: "Lucida Grande", Verdana, Arial, sans-serif;
        margin:0;
        padding:0;
        width:240px;
        height:40px;
        display:block;
		padding-right: 40px;
		background-repeat: no-repeat;
		background-position: center right;
		font-size:10px;
		float:none;
		clear:both;
		border-bottom: 1px dotted #cccccc;
}
.wp_myweather div {padding-top: 10px;height:40px;}
#wp_myweather .wp_myweather .city {float:left; padding-left: 20px; width:120px;}
#wp_myweather .wp_myweather .time {float:left; width:60px;text-align:right;}
#wp_myweather .wp_myweather .tmp  {float:left; width:27px;text-align:right;}
