﻿body {
    font-size:14px;
    font-family:微软雅黑,宋体;
}
h1 {
    text-align:center;
    font-size:20px;
}
h2  {
    font-size:18px;
}
a {
    color:#000099;
}
a:hover {
    color:#CC0000;
}
ol {
    list-style-type:decimal ;
}
#header,#content,#success,#footer
{
    width:780px;
    margin:0 auto;
}
#success
{
    text-align:center;
}
#header 
{
    margin-bottom:10px;
}
span.red
{
    color:#dd0000;
}
textarea
{
    width:500px;
    height:100px;
}
input.txtinput
{
    width:400px;
}
.button
{
    background:url(/images/button_bg.jpg);
    color:#fff;
    border:0;
    height:31px;
    font-weight:bold;
}
#divSubmit
{
    margin:10px auto;
    text-align:center;
}