A:link {
	font-style: normal;
	text-decoration: underline;
	color: #ffffff;
}
A:visited {
	font-style: normal;
	text-decoration: underline;
	color: #ffffff;
}
A:active, A:hover {
	font-style: normal;
	text-decoration: underline;
	color: #ffffff;
} 
#main {
	width: 145px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 14px;
	height: 50px;
	color: #ffffff;
	/*background-image:url(/images/weather_background.png);*/
	background-image:url(images/weatherPlanebg.gif);
	background-repeat: no-repeat;
	background-color:#00aa38;
	border:1px solid #017c2d;
	background-position: center;
}
form {
	margin-left: 0px;
	width: 140px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 14px;
	padding:0px;
	margin-bottom:0px;
	height: 50px;
}
#result {
	margin-left: 0px;
	text-align:center;
	border: 0px solid #00882e;
	width: 130px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 14px;
	margin-bottom:0px;
/*	margin-top:15px;
*/	color: #ffffff;
	padding-left: 2px;
	padding-top: 15px;
	padding-right: 5px;
}
.text {
	border: 0px solid #00882e;
}

input {
    border: 0px solid #00882e;
}
#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 16px;
    color:#ffffff;
}

#icon{
    width:100px;
    height:100px;
    float:left;
/*    background-image:url(icon.gif); */
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:60px;
    float:left;
/*    background-image:url(icon2.gif); */
    background-repeat: no-repeat;
    background-position:center center;
}
#source{
  text-align:center;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 12px;
  color:#ffffff;
}
