.weather_outer	{
	color: #fff;
	text-align:center;
    border: 1px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    behavior: url(/assets/js/PIE.htc);
	padding:10px 10px 5px;
	/*width:200px;*/
	margin:0 -10px 20px;
}
.weather_outer strong{
   font-weight: normal;
   font-size:20px;
   display:block;
   float:left;
   margin:0 0 10px;
}
.w_town_wrap {
    clear:both;
	margin-bottom:10px;
}
.w_town	{
	font-weight: normal;
	font-size: 14px;
	margin-right:10px;
	line-height: 100%;
	float:left;
}
.w_temp	{
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	float:right;
}
.weather_backlink {
	display: block;
	margin: 10px 0px 0px 0px;
	font-size: 9px;
	color:#e5e5e5;
	text-decoration:none;
}
.cbinfo{
	display: block;
	margin: 0;
	color:#e5e5e5;
	font-size: 10px;
}