﻿
/*css reset*/
div,p,th,td,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,select,blockquote{margin:0px;padding:0px}
input,textarea,select { outline:none; resize:none}
fieldset,img,abbr,acronym{  border:none}
img{vertical-align:middle}
table{border-collapse:collapse;border-spacing:0px}
ol,ul{list-style:none}
p{word-wrap:break-word}
/*Global definition*/
html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%}
.clear{clear:both;width:100%;display:block;height:0px;line-height:0px;font-weight:normal;overflow:hidden}
.oh{overflow:hidden;zoom:1}
.fix,.z{*zoom:1}
.fix:after {clear: both;content: " ";display: block;font-size: 0;height: 0;line-height: 0;visibility: hidden}
