﻿body
{
    background:url(/img/bg.png);
}
/*---------------------- Header -----------------------*/
#header
{
    width:900px; height:120px; background:url(/img/head.png);margin:0px auto; position:relative;
}
#menu_back
{
    position:absolute;top:82px;left:188px;background:url(/img/menu.gif);width:700px;height:38px;
}
#menu01
{
    position:absolute; top:82px; left:210px;width:80px;height:38px;
}
#menu01:hover
{
    background:url(/img/menu.gif) -19px -38px;
}

#menu02
{
    position:absolute; top:82px; left:290px;width:85px;height:38px;
}
#menu02:hover
{
    background:url(/img/menu.gif) -100px -38px;
}

#menu03
{
    position:absolute; top:82px; left:390px;width:93px;height:38px;
}
#menu03:hover
{
    background:url(/img/menu.gif) -200px -38px;
}

#menu04
{
    position:absolute; top:82px; left:485px;width:85px;height:38px;
}
#menu04:hover
{
    background:url(/img/menu.gif) -295px -38px;
}

#menu05
{
    position:absolute; top:82px; left:575px;width:112px;height:38px;
}
#menu05:hover
{
    background:url(/img/menu.gif) -383px -38px;
}

#menu06
{
    position:absolute; top:82px; left:690px;width:89px;height:38px;
}
#menu06:hover
{
    background:url(/img/menu.gif) -500px -38px;
}
#menu07
{
    position:absolute; top:82px; left:779px;width:100px;height:38px;
}
#menu07:hover
{
    background:url(/img/menu.gif) -589px -38px;
}
/*---------------------- Middle_body -----------------------*/
#middle_body
{
    width:900px; margin:0px auto;position:relative;
}

#mail_bind_content_div
{
    position:absolute;
    top:663px;
    left:90px;
}
#mail_btn
{
    width:190px;
    text-align:center;
    position:absolute;
    top:697px;
    left:35px;
}
/*---------------------- Foot -----------------------*/
#foot
{
    width:900px; height:120px; margin:0px auto; background:url(/img/foot.png); position:relative;
}
#foot p
{
    text-align: center;font-size: 11px;color: #FF0066;
}
/*----------------------------------------------------------

/*用于底部灰块和上部白块的半透明Css 牟乃慈*/
*
{
 margin:0;
 padding:0;
}
body
{
 width:100%;
 height:100%;
}
#background_login
{
    display:none;
    
    width: 1660px;
    height: 1800px; /*此时的大小正好是底层窗体的大小*/
            
    position: fixed !important; /*FF IE7让其脱离流，跟随浏览器位置变化。*/
    position: absolute; /*IE6*/
    top: 0px;
    left: 0px;
    
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    
    z-index: 1008;
}
#little_window
{
    display: none;
    border: 2px solid #CCCCCC;    
    position: fixed !important; /*FF IE7 让其脱离流，跟随浏览器位置变化。*/
    position: absolute; /*IE6*/
    top: 28%;
    left: 38%;
    background: #FFFFFF;
    z-index: 1009;
    border-collapse:collapse;
}

.table_first_row
{
    background-color: #ff99ff;
    height: 30px;
    width:300px;
    line-height: 30px;
    text-indent: 1em;
    color:White;
}
.table_first_td
{ 
    width:40%;
    height:45px;
    text-align:right;
    font-size:11px;
    color:#ff99ff;
}

.btn_td
{
    height:60px;
    text-align:center;
}



