﻿/*********重置样式***************/
html,body,h1,h2,h3,h4,h5,h6,ul,li,ol,table,div,span,em,i,dd,dl,dt,p,pre,lable,tbody,thead,tfoot,tr,td,th,a,center,legend,input,img
{
    border:0px;
    margin:0px;
    padding:0px;
    font-size:12px;
	font-family:宋体,Arial, Simsun, Helvetica, sans-serif;
}
ul
{
    list-style-type:none;
}
.clear
{
    clear:both;
}
.left
{
    float:left;
}
.right
{
    float:right !important;
}
.overflow
{
    overflow:hidden;
}
.position{
	position:relative;
}
.disN{
	display:none;
}
.bottom10{
	margin-bottom:10px;
}