div.element_weather { }

div.element_weather .leftcontent {
	margin-top: 7px;
	margin-left: 7px;
	float: left;
	width: 212px;
	color:#4d4d4d;	
}
div.element_weather .rightcontent {
	float: right;
	width: 75px;
}
div.element_weather .rightcontent img {
	float: right;
}

div.element_weather div.title {margin-bottom: 14px;}


#weathertable {
	padding-top:6px;
	border-collapse: collapse;
	border: 0px;
	color:#4d4d4d;
	font-size:11px;
}

#weathertable th {
	text-align: left;
	width:110px;
	height:17px;
	font-weight:normal;
}

#weathertable td {
	text-align: right;
	width:50px;
	height:17px;
}