﻿#weather-warning
{
    border: 1px solid #bbdff7;
    background: rgb(231, 244, 252);
    padding: 11px;
    font-family: verdana;
    font-size: 11px;
    color: #333333;
    line-height: 18px;
}

#weather-warning p
{
    margin-top: 8px;
    margin-bottom: 8px;
}

#weather-warning a
{
    color: #11385A;
    font-size: 14px;
}

#weather-warning span
{
    color: #11385A;
    font-size: 16px;
    line-height: 42px;
}

a i.arrow-weather
{
    background: url("http://ak1.ostkcdn.com/img/mxc/20101208-arrows.png") no-repeat scroll 0 -7px transparent;
    display: inline-block;
    height: 7px;
    margin-left: 0;
    width: 5px;
    position: relative;
    *bottom: 3px;
}


/* 没有返回结果 */
    .inner
{
    margin: 0 5px 5px 5px;
    padding: 8px 8px 8px 0px;
}

    .errbox {
        background: url("http://ak2.ostkcdn.com/img/mxc/icon_error_062209.jpg") no-repeat scroll 8px 8px #F6A2A9;
        border: 1px solid #C7202B;
        color: #C7202B;
        font-size: 16px;
        font-weight: bold;
        padding-left: 40px !important;
    }