﻿#WeatherConsole
{
    position: absolute;
    top: 10px;
    left: 50px;
}
.WeatherImage
{
    float: left;
}
.WeatherText
{
    float: left;
    padding-left: 6px;
    padding-top: 22px;
    font-size: 12px;
    color: #808080;
}
.WeatherText A
{
    font-size: 12px;
    color: #808080;
}
#ForecastPanel
{
    position: absolute;
    top: 20px;
    left: 40px;
    width: 290px;
    height: 195px;   
    background-color: #ffffff;
    border: solid 1px #c0c0c0;
    padding-left: 18px;
    padding-top: 15px;
}
#ForecastPanel .ClosePanel
{
    position: absolute;
    top: 5px;
    right: 5px;
}
#ForecastPanel .ClosePanel A
{
    color: #808080;
}