#ajaxLoading
{
    display: none;
    position: absolute;
    width: 300px;
    height: 60px;
    background: #ddd url(Images/loading02.gif) center center no-repeat;

    zoom: 1;
    filter: alpha(opacity=70); /* IE */
    -moz-opacity: 0.7; /* 老版Mozilla */
    -khtml-opacity: 0.7; /* 老版Safari */
    opacity: 0.7; /* 支持opacity的浏览器*/
}
