/* Stylesheet for PHP Weather. */

BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #333333;
}

DT {
  font-weight: bold
}

P {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
input {
	font-size: 10px;
	background-color: #009900;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
select {
	width: 170px;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #009900;
	border: 1px solid #009900;
}
#weather {
	width: 285px;
	padding: 2px 2px 35px 2px;
	background: url(../i/wbg.jpg) no-repeat bottom left;
	border: 1px solid #00FF00;
}
#ih {
	float: left;
	width: 90px;
}
#cho {
	float: left;
	width: 190px;
}
#msp {
	clear:both;	
}
