#t_weather {
	position: relative;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 180px;
	overflow: hidden;
}
#t_weather .pollgrey img {
	display: none;
}
#t_weather td {
	background: none;
}
#t_weather .contentgrey {
	background: none;
}
#t_weather .pollgrey {
	background: none;
}
#t_weather br {
	width: 0;
	height: 0;
}
#t_weather table {
	position: relative;
	margin: 0;
	padding: 10px;
	width: 100% !important;
	border: 1px solid #D9D4C1;
	border-bottom: none;
	background-color: #FFF;
}
#t_weather table table {
	padding: 0;
	width: 100% !important;
	border: none !important;
	background: none !important;
}
#t_weatherFIX {
	position: relative; 
	margin: 0; 
	padding: 0 0 15px; 
	width: 200px; 
	height: 1px; 
	overflow: hidden; 
	border-top: 1px solid #D9D4C1;
}

