html
{
    overflow-y: scroll;
    width:100%;
    height:100%;
}
body, div, td
{
    line-height: 2em;
    
}
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, th, dl, dt, dd
{
    margin: 0;
    padding: 0;
    font-size:14px;
    font-weight:normal;
    font-family:"Microsoft Yahei",arial;
}
html,body{background-color:#FCFCFC; min-width:1050px;}
/*body {min-width:960px;_width:960px;}*/
img
{
    border: 0 none;
}
address, caption, cite, code, dfn, em, th, var
{
    font-style: normal;
    font-weight: normal;
}
ul li,ol li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6
{
    vertical-align: baseline;
    zoom: 1;
}
input, textarea, select, button
{
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
}
button
{
    border: none;
    padding: 0;
}
button::-moz-focus-inner{
    border: none;
}
input[type=radio], input[type=checkbox]
{
    vertical-align: middle;
}
input{
    outline:0 none;
}
input.checkbox {vertical-align:middle;}
* html input
{
    vertical-align: baseline;
}
textarea
{
    overflow: auto;
}
fieldset{
    border:0 none
}
a:focus
{
    outline-style: none;
    outline-width: 0;
}
a{text-decoration:none; color:#666;}
a:hover{text-decoration:underline;}
ul:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}