#weather{}
#weather h4{
	color:#376092;
	background:none;
	text-decoration: none;
	border: none;
	font-size: 12px;
	text-transform:uppercase;
}

#weather ul{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	width: 40px;
	text-align:center;
}

#weather .name{
	font-size: 12px;
	text-transform:capitalize;
	color:#376092;
	font-weight:bold;
}

#weather .min,#weather .max,#weather .wind, #weather a{
	font-weight:bold;
	text-align:center;
}
#weather .max{
	color:#d04040;
}

#weather .min,#weather .wind, #weather a{
	color:#10b5f1;
}

#weather form{
	margin:0 0 0 0;
	padding:10px 0 0 0;
	clear:both;
}
#weather form input{
	width:99%;
}
#weather form p{
	margin:0;
	padding:0;
	font-size: 9px;
}

 #weather a{
	margin: 0 0 20px 0;
	display:block;
	text-align:left;
 }