﻿body
{
    font-family: Arial;
    font-size: 14px;
}
a:link
{
    text-decoration: none;
    color: #000;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
div
{
    margin-top: 6px;
}
.zhu_content
{
    padding-top: 10px;
    width: 650px;
}
.title
{
    float: left;
    width: 80px;
    font-weight: bold;
    text-align:right ;
    padding-top:6px;


}
.content
{
    float: left;
    width:565px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;

}
.button
{
    float: left;
    width:650px;
     padding-top :10px;
     padding-bottom :10px;
     text-align :center ;
    }

