@charset "utf-8";
/* CSS Document */

#search-weather {
  width: 100%;
  height: 26px;
  background-color: #FEF9FB;
  margin: 0 0 6px 0;
}

#current_weather {
  float: left;
  width: 65%;
  color: #999999;
  font-size:10px;
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  padding: 3px 0 0 12px;
}

#site-search {
  float: right;
  padding: 3px 12px 0 0;
}

#somewhere_else {
  
  background-color: #FEF9FB;
}

.label {
  color: #447F94;
}

