﻿*
{
    margin: 0 auto;
    padding: 0;
}
body
{
    font-size: 12px;
    color: #333;
}

/*顶部*/
.top
{
    margin-top: 76px; /*距离上端76px*/
    margin-bottom: 20px;
    width: 310px;
}
.word1
{
    font-size: 14px;
    color: #d90000;
    font-weight: bold;
    margin-left: 47px;
    margin-top: -34px;
}
.word1_1
{
    font-size: 14px;
    color: #16960e;
    font-weight: bold;
    margin-left: 47px;
    margin-top: -33px;
}
.word2
{
    color: #999;
    padding-top: 4px;
    margin-left: 47px;
}

/*设置表格*/
.table
{
    width: 310px;
    border-collapse: collapse;
    border-spacing: 0px;
}
.table thead, .table tbody, .table tfoot
{
    width: 100%;
}
.text
{
    height: 19px;
    width: 200px;
}
.table td
{
    height: 45px;
    vertical-align: top;
    line-height: 18px;
}
.table td.name
{
    text-align: right;
    color: #666;
    padding-right: 6px;
}
.table td.short
{
    height: 28px;
}

/*按钮*/

.btn1
{
    width: 68px;
    height: 22px;
    border: 0;
    color: #666;
    cursor: pointer;
    background: url(/Common/images/org/btn-green.png) -68px 0px;
}

.btn1:hover
{
    color: #333;
    background: url(/Common/images/org/btn-green.png) -68px -22px;
}
.btn1:active
{
    color: #333;
    background: url(/Common/images/org/btn-green.png) -68px -44px;
}


.btn2
{
    width: 68px;
    height: 22px;
    border: 0;
    color: #666;
    background: url(/Common/images/org/btn1.png) -68px 0px;
}

.btn2:hover
{
    color: #666;
    background: url(/Common/images/org/btn1.png) -68px -22px;
}
.btn2:active
{
    color: #666;
    background: url(/Common/images/org/btn1.png) -68px -44px;
}

.icon1
{
    width: 16px;
    height: 16px;
    margin-left: -50px;
}

.gtip
{
    background-color: none;
    border: 0;
}
.gtip .g-tips-content
{
    margin: 0;
    margin-top: 3px;
    position: relative;
    left: -20px;
    line-height: 12px;
}
.gtip .g-tips-ico
{
    position: relative;
    top: -26px;
    left: 220px;
}

.gtip .g-tips-sharp
{
    background: none;
}
.gtip2
{
    display: inline;
    background: none;
    margin-left: 2px;
    position: relative;
    top: 2px;
}
