@charset "utf-8";
/* CSS Document */

/*

* Filename(文件名): reset.css
* Description(描述): Global Css
* Version(版本): 1.0.0(2009-02-25)
* Website(站点): http://www.ue360.net/
* Author(作者): Kelvin Chow

*/
/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td ,div{
margin:0;
padding:0;
}
body {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-align:left;
color:#333333;
}
a{
text-decoration:none;
color:#333333;
}
a:hover{
text-decoration:none;
color:#666666;
}
h1,h2,h3,h4,h5,h6 {
font-size:14px;
}
select { 
font-size:12px;
}
sup {
vertical-align:text-top;            /* 上下标的垂直对齐方式*/
}
sub {
vertical-align:text-bottom;
}
/*
table {
border-collapse:collapse;
border-spacing:0;
word-break:break-all;
}
*/
fieldset,img {
border:none;
}
legend {
display:none;
}
/*
address,code,caption,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
*/
hr {
clear:both;
height:2px;
margin:6px 0 4px;
*margin:0;
overflow:hidden;
border-width:0;
border-top:1px solid #E4E4E4;
border-bottom:1px solid #FFFFFF;
}
ul,li {
list-style:none;
}
caption,th {
text-align:left;
}
input,button,textarea,select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
input,button,textarea,select {
*font-size:100%;
}
q:before,q:after {
content:'';
}
small {
font-size:100%;
}
