﻿/***************************************
** file: ajaxTips.css
** desp: ajax buffer tips style sheet
** creator: Wang Xiuquan
** date: 2009/7/15
** email: honeyme@163.com
** copyright: Wang Xiuquan & honeyme
****************************************/
.ajaxShadowDiv
{
    background-color:#000000;
    position:absolute;
    top:0;
    left:0;
    width:600px;
    height:500px;
    margin:0;
    padding:0;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    z-index:99;
    overflow:hidden;
    visibility:hidden;
}
.ajaxDivBorder
{
    position:absolute;
    top:150px;
    left:100px;
    width:270px;
    height:50px;
    margin:0;
    padding:0;
    border: solid 5px #ABABAB;
    text-align:center;
    z-index:100;
    visibility:hidden;
}
.ajaxDiv
{
    background-image:url(loading.gif);
    background-repeat:no-repeat;
    background-position:20px center;
    background-color:#FFFFFF;
    width:268px;
    height:48px;
    border:solid 1px #E1210D;
    text-align:left;
    text-indent:70px;
    line-height:48px;
    font-size:13px;
    color:#E1210D;
    font-weight:bold;
}
.ajaxBufferLeft
{
    background-image:url(loading.gif);
    background-repeat:no-repeat;
    background-position:center center;
    float:left;
    width:35px;
    height:35px;
}
.ajaxBuffer
{
    background-image:url(loading.gif);
    background-repeat:no-repeat;
    background-position:center center;
    width:35px;
    height:35px;
    margin:0 auto 0 auto;
}