*
{
    padding: 0;
    margin: 0;
}
html, body
{
    height: 100%;
}
.container
{
   width:100%
}
textarea
{ 
    width:100%
}
a
{
    margin: 0px 6px 0px 6px;
    text-decoration: none;
    color: #000000;
}
p
{
    font-size: x-large;
    text-indent: 2em;
    line-height: 2em;
    margin:0 1em;
}
hr
{
    margin: 1em;
}
.zhushi
{
  font-size: large;
}
h1
{
    font-family: 黑体;
    text-align: center;
    margin-bottom: 0.5em;
}
#container
{
    min-height: 100%;
    height: auto !important;
    height: 100%; /*IE6不识别min-height*/
    position: relative;
}
#header
{
    background: Teal;
}
#liebiao
{
    background: #00C0C0;
}
#page
{
    padding-bottom: 70px; /*等于footer的高度+10px*/
}
#page div
{
    margin:0.5em;
}
#page li
{
    font-size: xx-large;
    text-align: center;
    line-height: 2em;
    list-style-type:none;
}
#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /*脚部的高度*/
    background: Teal;
    text-align: center;
    line-height: 60px;
    clear: both;
}
.box
{
    height: 35px;
    overflow: hidden;
}
.box li
{
    height: 35px;
    line-height: 35px;
    text-align: center;
    list-style: none;
}
input,select
{
    font-size:x-large;
    vertical-align: middle;    
}
input[type="botton"]
{

}
input[type="checkbox"]
{
}

select
{
    background:whitesmoke;
    height:1.55em;
}
label {
    vertical-align: middle;
}
table 
{
    width:100%;
}
td
{

}
