﻿/*
 ****************** resetHTML.css 重置HTML默认样式规则**********************
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%;}/*表格的间隔为0*/
fieldset,img{border:0;}/*图片,内嵌框架不会出现意外的边框*/
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif; vertical-align:middle; }
body{font:12px arial,helvetica,clean,sans-serif;}
/* Copyright (c) 2010, Yahoo! Inc.  All rights reserved. */


/*全局设置*/

body {font-family:"Microsoft YaHei";}

a{ 
	text-decoration:none;/*超链接没有下划线*/
	outline:none;/*点击不会出现虚框*/
}
a:hover{text-decoration:none;}/*超链接悬停出现下划线*/


ul,ol,dl,li{list-style:none;}/*列表排序样式*/



p{line-height:1.8em;}/*定义段落行距*/

q:before,q:after,blockquote:before,blockquote:after {content:"";}/*(css2.0,IE5.5以下无效)设置段落前后内容*/

blockquote{margin:0 0 18px 18px;color:#666666;font-style:italic;}

strong{font-weight:bold;}

button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;}/*按钮悬停时鼠标的样式*/

input[type="text"],input[type="password"],textarea,select,fieldset{border:1px #ccc solid;background:#fff;}

textarea{overflow:auto;}

/*
 ****************** resetHTML.css 结束**********************
 */


/*
 ****************** publicClass.css 定义公用类样式**********************
 */
.left{float:left;}
.right{float:right;}
.clear{clear:both;}/*清除浮动*/







