A:link {
	font-style: normal;
	text-decoration: underline;
	color: #4C361E;
}

A:visited {
	font-style: normal;
	text-decoration: underline;
	color: #4C361E;
}
/* NOTE: visited link should be a slightly darker version of main link color */

A:active, A:hover {
	font-style: normal;
	text-decoration: underline;
	color: #8C0C0D;
} 

#main {
	width: 187px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 14px;
	height: 71px;
	color: #4C361E;
	background-image:url(/images/weather_background.png);
	background-repeat: no-repeat;
	background-position: top left;
}
form {
	margin-left: 0px;
	width: 187px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 14px;
	padding:0px;
	margin-bottom:0px;
	height: 62px;
}
#result {
	margin-left: 0px;
	text-align:center;
	border: 0px solid #cccccc;
	width: 180px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 14px;
	margin-bottom:0px;
/*	margin-top:15px;
*/	color: #4C361E;
	padding-left: 2px;
	padding-top: 25px;
	padding-right: 5px;
}
.text {
	border: 0px solid #cccccc;
}

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

#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:#4C361E;
}
