.dayforcast
{
  font-size: 10px;
  width: 170px;
  height: 150px;
  float: left;

  background-color: #f9f4ee;
  border: 1px solid #ddd6cd;
  padding: 1px;
  margin-left: 5px;

  margin-bottom: 10px;
}

div#townpick
{
  float: right;
  position: relative;
  text-align: right;
  top: -34px;
}

div#townpick input
{
  font-size: 10px;
}

html>body div#townpick
{
  top: -20px;

}

div#weatherrightpane
{
  float: right;
  width: 223px;
  padding: 2px;
  padding-left: 4px; 
  margin-left: 6px;
  margin-bottom: 6px;
}

div#weatherrightpane ul
{
  margin: 0px;

  padding: 0px;
  padding-left: 16px;
}

div#weatherrightpane li
{

  list-style-color: #666;
}

      
div#map
{
  float: left;
  margin-bottom: 15px;
  
  width: 284px;
  height: 202px;
  border: 1px solid #000;
  margin-bottom: 10px;
  margin-top: 12px;
}  

.forecasetemp
{
  width: 70px;
  padding: 2px;

  text-align: center;
  margin-left: 3px;
  margin-bottom: 7px;
}

.temperature
{
  position: relative;
  left: 390px;
  top: -23px;
  width: 60px;
  height: 30px;
  border:1px solid #77bae1;
  margin-bottom: -20px;
}

.temperatureinner
{
  font-size: 18px;
  width: 58px;
  height: 25px;
  padding-top: 3px;
  text-align: center;
  border:1px solid #ffffff;
  background-color: #ddf0fc;
}

.forecasetemp .forecasthigh
{
  background-color: #FFB1B1;
}

.forecasetemp .forecastlow
{
  background-color: #B6DFFC;
}



