#tempo {
	width:220px;
	padding: 10px;
	height:30px;
	margin:0 0 20px 0;
	position:relative;
}

#tempo #icone {
	width: 40px;
	height: 30px;
	float: left;
}

#tempo #temperatura {
	width: 145px;
	height: 20px;
	margin: 7px 0 0 10px;
	float:left;
	color:#777;
	overflow:hidden;
}

#tempo .minima {font-size:16px; color:#840000;}

#tempo .maxima {font-size:16px; color:#004577;}

#tempo #seta {
	width:25px;
	height:25px;
	margin:4px 0 0 0;
	float:right;
}

#tempo #nextCity {
	width:260px;
	height:50px;
	background:#EEE;
	position:absolute;
	margin:40px 0 0 -20px;
	display:none;
}

#tempo #inputCity {
	width:200px;
	height:25px;
	float:left;
	margin:12px 10px 0 10px;
}

#tempo .inputCity {
	width:184px;
	height:23px;
	padding:0 7px;
	border: 1px solid #CCC;
	font-size:14px; 
	color:#CCC;
}

#tempo .btnCity {
	width:auto;
	height:25px;
	float:left;
	margin:12px 0 0 0;
	border: 1px solid #CCC;
	font-size:14px; 
	color:#CCC;
}