﻿@charset "utf-8";

html,body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,code,
form,fieldset,legend,input,button,
textarea,p,blockquote,th,td {
margin:0;padding:0;
}
fieldset,img{border:0;}
address,caption,cite,code,dfn,
th,var,optgroup {
font-style:normal;
font-weight:normal;
}
/*--
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
--*/
ol,ul {
list-style:none;
}
abbr,acronym {
border:0;
font-variant:normal;
}
input,button,textarea,
select,optgroup,option {
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-weight:inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win,IE7-Win */
input,button,textarea,select {
font-size:100%;
font-family:"宋体";
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse:collapse;
border-spacing:0;
}
caption,th {
    text-align:left;
}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after {
content:'';
content:none;
}
/*-----myself add-----*/
html{background:#fff;color:#000;font:12px/150% Arial,Helvetica,sans-serif,"宋体","Microsoft Yahei";height:auto;}
input,select{font-family:"宋体";font-size:14px;padding:1px 2px 0 2px;}


/*-----offen use class-----*/
.clear ,.clearfix { clear:both; }
.dis_block { display:block }
.dis_none { display:none }

A{color:#000;text-decoration:none;}
A:hover{ color:#f00;text-decoration:underline;}

.alpha {filter:alpha(opacity=60);opacity:0.6;}

