html
{
    text-align: center;
}

div
{
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: block;
    overflow: hidden;
}
img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}
table
{
    border-collapse: collapse;
    border: 0px;
}
ol, ul, li
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block; /* IE FF */
}
select
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
a
{
    text-decoration: none;
}
a:link
{
    text-decoration: none;
    color: #04040a;
}
a:visited
{
    color: #414141;
}
a:hover
{
    color: #f80b16;
}

.general
{
    display: inline;
    float: left;
}
/*---以上是全局定义---*/
#all
{
    width: 1024px;
    height: auto;
    background-color: #e4e9ed;
}
#ad_left
{
    width: 67px;
    display: block;
    height: auto;
    float: left;
    padding-top: 30px;
    text-align: center;
    height: auto;
}
#main
{
    width: 889px;
    height: auto;
    display: inline;
    float: left;
}
#ad_right
{
    width: 67px;
    display: inline;
    height: auto;
    float: left;
    padding-top: 30px;
    text-align: center;
}
#main_nav
{
    width: 889px;
    height: 67px;
    display: inline;
    float: left;
    background: url(../images/main_top_bg.gif) no-repeat #000000;
}
#mainbody
{
    width: 889px;
    display: block;
    float: left;
}
#main_bottomnav
{
    width: 889px;
    height: 30px;
    display: block;
    float: left;
    background-color: #4172a4;
    line-height: 30px;
    color: #fff;
}
#main_bottomnav a
{
    color: White;
}
#main_bottom
{
    width: 889px;
    display: block;
    float: left;
    line-height: 18px;
    padding-top: 14px;
    padding-bottom: 30px;
}
/*以上是frame样式*/
.main_nav_left
{
    display: inline;
    float: left;
    margin: 15px 0px 0px 10px;
}
.main_nav_right
{
    width: 650px;
    height: 67px;
    display: inline;
    float: right;
}
.main_nav_top
{
    height: 35px;
    width: 640px;
    line-height: 35px;
    display: inline;
    float: right;
    margin-right: 10px;
    text-align: right;
}
.main_nav_bottom
{
    width: 640px;
    display: inline;
    float: right;
    text-align: right;
}
.main_nav_bottom img
{
    width: 80px;
    height: 32px;
    margin-right: 8px;
}

#content_edit
{
    width: 872px;
    display: inline;
    float: left;
    margin: 12px 0px 0px 8px;
}
#content_edit_left
{
    width: 194px;
    display: inline;
    float: left;
}
#content_edit_right
{
    width: 670px;
    display: inline;
    margin: auto;
}

.input_text
{
    width: 136px;
    height: 16px;
    border: 1px solid #7f9db9;
    background-color: #fff;
    font-size: 12px;
}

.formTable
{
    border: solid 3px #cde3fd;
    background-color: #f3fbff;
}
.formTable tr
{
    height: 30px;
}

.formTable tr td
{
    padding: 5px;
}

.formTable select 
{
    border:solid 1px #ccc;
    }

.formTable input[type=text] 
{
    margin-right:5px;
    padding-left:3px;
    }
.formComment
{
    text-align: left;
    white-space: nowrap;
}

.body_main_button
{
    border: solid 1px #666;
    cursor: pointer;
    padding: 5px;
}

#Notice
{
    text-align:left;
    line-height:22px;
}

#Notice li 
{
    line-height:20px;
     background:none;
     border:0;
    }
