﻿body {
    font-family: "微软雅黑";
	color:#808080;
	width:100%;
	font-size:14px;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /*structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td, /* table elements 表格元素 */ img /* img elements 图片元素 */ {
    border: medium none;
    margin: 0;
    padding: 0;
}
button, input, select, textarea {
	outline:none;/**//*-------屏弊WEBKIT高亮显示框----------*/
	color:#808080;
}
button { hide-focus:expression(this.hideFocus=true); } /*去掉虚线框, for IE7.0及以下版本 */ 
button:focus { outline-style:none; }/* 去掉虚线框, for Firefox，IE8.0等 */　

textarea{
	resize:none;
	}
/*-------------------去掉A标签的虚线框----------------------*/
a{ 
	blr:expression(this.onFocus=this.blur()); /* IE Opera */ 
	outline:none; /* FF Opera */ 
	text-decoration:none;
	color:#808080;
} 
/*a:hover {
	color:#00717D;
	text-decoration:none;
}*/
a:focus{ -moz-outline-style: none; /* FF */ }
/*
a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	color:#333333;
	text-decoration:none;
}
a:active {
	color:#333333;
	text-decoration:none;
}*/
ul, ol , li{
	list-style: none;
}
table {
	border-collapse:collapse;
	/*border-spacing:0;*/
}
/*reset元素------------------end*/
