.weatherbugtitle {
	margin: 0 0 5px 0;
	font: italic 13px/17px Georgia, Times New Roman, serif;
	color: #FFC;
	text-align: center; }
	
#weatherbug {
	position: relative;
	display: block;
	width: 178px;
	height: 60px;
	margin: 0 0 15px 9px;
	background: transparent url(/weatherbug/images/bg_data.jpg) no-repeat scroll top right; }
	
.datapos {
	position: absolute;
	top: 6px;
	left: 75px;
	display: block;
	width: 80px;
	height: 35px;
	font: normal 10px/15px Verdana, Arial, Geneva, sans-serif;
	z-index: 10; }

#strtemp {
	position: absolute;
	top: 32px;
	left: 0;
	font-weight: bold; }

#weatherbugmask {
	position: absolute;
	left: 0;
	top: 0;
	width: 178px; 
	height: 60px;
	background: transparent url(/weatherbug/images/pic_color_mask.gif) no-repeat scroll 0 0;
	z-index: 5; }
	
#iconpos {
	float: left;
	display: block;
	width: 70px;
	height: 60px;
	background: transparent url(/weatherbug/images/na.jpg) no-repeat scroll 0 0; }

#popcontainer {
	display: block; 
	margin-left: 25px; 
	text-align: left; }

#picimg {
	margin: 0 25px 0 0; }
	
.weatherlabel {
	display: block;
	float: left;
	width: 135px;
	margin-bottom: 15px;
	font: italic 10px/15px Verdana, Arial, Geneva, sans-serif;
	border-top: 1px solid #CCC; }
	
.weatherdata {
	display: block;
	float: left;
	clear: right;
	width: 210px;
	margin-bottom: 15px;
	font: bold 10px/15px Verdana, Arial, Geneva, sans-serif;
	border-top: 1px solid #CCC; }