* { margin: 0px; padding: 0px; background-color: transparent; }
a:link, a:visited, a:active { text-decoration:none; color:#003876; }
a:hover { text-decoration:none; color:#2981da; }
a#nochange:hover { color:#003876; }
img { border: none; }
#container {
	font:12px Arial, Helvetica, sans-serif;
	color:#003876;
	width:172px; min-height: 147px;
	border:1px solid #BFBFBF;
	background: #ffffff url('../../../../weatherbuttons/180x150/swirl.gif') no-repeat;
}

#logo { float:left; width:61px; margin: 4px 3px 0px; }
#location { padding: 0px 0px 0px 0px; vertical-align: top; font: bold 14px "Century Gothic", Arial, Helvetica, sans-serif; line-height: 14px; height: 39px; }

#middle_row { clear: both; width:178px; height: auto; }
	#middle_row .wrap_obs { width:85px; height: auto; float:left; }
	#middle_row .wrap_obs  .subtitle {
		font:bold 11px "Century Gothic", Arial, Helvetica, sans-serif; line-height: 12px; text-align: center; padding: 2px 0px 1px;
	}
	#middle_row .wrap_obs .icon { text-align:center; height: 45px; }
		#middle_row .wrap_obs .icon img { width: 45px; }
	#middle_row .wrap_obs .icon2 { text-align:center; height: 45px; }
		#middle_row .wrap_obs .icon img { width: 45px; }
	#middle_row .wrap_obs .temp { font:19px "Century Gothic", Arial, Helvetica, sans-serif; text-align: center; }
		#middle_row .wrap_obs .temp sup { font:12px; }
	#middle_row .wrap_obs .cond { font: 11px Arial, Helvetica, sans-serif; line-height: 11px; text-align: center; }

#bottom_row { width: 178px; padding: 0px 0px 1px; clear: both; overflow: auto; }
	#bottom_row #buttons { width: 178px; padding: 1px 0px 0px; }
	#bottom_row #buttons .btn { float:left; padding: 0px 2px 2px 10px; }

	.ddmenu { width: 86px; float:left; margin: 0px 1px 0px; }
	.locationfld { float:left; margin: 0px 0px 0px 8px; }

		.locationfld input.button, .ddmenu select.button {
			border: #6c6c6c 1px solid;
			font: 10px arial, verdana, helvetica, sans-serif;
			text-align: left;
			vertical-align: middle;
			letter-spacing: 1px;
		}
		.locationfld input.button { width: 73px; padding: 0px 0px 2px 2px; }
		.ddmenuselect.button { width: 88px; }
.fl { float: left; }