﻿

/* =====================Common Style Reset======================== */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,
dl, dt, dd, ul, ol, li, pre,form, fieldset, 
legend, button, input, textarea, th, td{
  margin: 0;
  padding: 0;
}

img{
  border:medium none;
  margin: 0;
  padding: 0;
  vertical-align:middle;
}

body,button, input, select, textarea {font: 12px/1.5  "Microsoft YaHei",Arial,tahoma,simsun,Srial, helvetica, sans-serif;}
body,button,input,select{ vertical-align:middle;} 
h1, h2, h3, h4, h5, h6 { font-size: 100%;}
em{font-style:normal;}

ul, ol { list-style: none; }

a { text-decoration: none; color:#333;}
a:hover { text-decoration: none; color:#be0000; }

a,area {blr:expression(this.onFocus=this.blur())}  /* For IE6、7 */
a:active, a:focus{outline:none;} /* For IE8/Firefox */

table {border-collapse:collapse;}

.clearfloat{
  height:0;
  line-height:0;
  margin:0;
  padding:0;
  font-size:0;
  clear:both;
}
.clearFix{
 overflow:hidden;/* For others */
 zoom:1;/* For IE6 */
}
.left{
 float:left;
}
.right{
 float:right;
}
.hide{
 display:none;
}
.visible{
 display:block;
}
.clearself{ overflow:hidden; _overflow:visible; _height:1%;}
body,input,textarea,select,button{margin: 0; font-size: 12px; font-family: "微软雅黑";}









