#main {
	margin: auto;
	border: 1px solid #0033FF;
	width: 150px;
	background: #F1F3F5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	background-image: url(weather/for.gif);
	background-repeat: no-repeat;
	height: 150px;
}

form {
    margin-left: 0px;
	border: 1px solid #0033FF;
	width: 180px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#result {
	margin-left: 0px;
	text-align:center;
	border: 0px solid #0033FF;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	padding:15px;
	margin-bottom:20px;
	margin-top:15px;
	background-image: url(../for.gif);
	height: 150px;
	background-repeat: no-repeat;
}

.text {
	border: 1px solid #0033FF;
}

input {
    border: 0px solid #cccccc;
}


#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#0033FF;
}

#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:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#0033FF;
}
