img{
	border-width : 0px;
}

#form{
	background-color: #dddddd;
	position: absolute;
	top:100px;
	left:40px;
	width:380px;
	border: 2px outset #eeeeee;
}

#toolBar{
	background-color: blue;
	position: relative;
	color:white;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
}

#mainForm{
	height: 50%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1%;
	position: relative;
	border-top: 2px dotted #eeeeee;
}

#weatherDescription{
	margin: 5%;
	margin-bottom: 2%;
	position:relative;
	border: #999999 1px groove;
}

#bottomForm{
	position: relative;
	height: 5%;
	text-align: right;
	padding-right: 5%;
}

.maxTemp {
	color: #ff8888;
	font-size: 15px;
}

.minTemp {
	color: #8888ff;
	font-size: 15px;
}

.selectNode {
	background-color: #cccccc;
}
