@charset "utf-8";
/*该文件为css样式初始化文件，作为公共文件*/
*{
	padding:0;
	margin:0;
}
ol,ul { 
    list-style: none; 
} 
body{
	font: 12px/1em  "microsoft yahei",simsun;
}

:focus { 
    outline: none; 
} 

table { 
    border-collapse: separate; 
    border-spacing: 0; 
    font:inherit;
    width:100%;
} 
td{
	position:relative;
	}

 fieldset, img { 
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

a, a:link,
a:visited,
a:hover, 
a:active{
    text-decoration:none;
    color: inherit;
} 

button{
	background:none;
	border: none;
	color:inherit;
	font:inherit;
}



