﻿@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;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@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;
}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
/* remember to highlight anchors and inserts somehow! */
ins {
    text-decoration: none;
}
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% "宋体","Microsoft Yahei";height:auto; }
input,select{font-family:"宋体"; font-size:12px; padding:1px 0 2px; }


/*-----offen use class-----*/
.clear , .clearfix { clear:both }
.clearfix:after{content:'\0020';display:block;height:0;clear:both;}
.left { float:left }
.right { float:right }
.dis_block { display:block }
.dis_none { display:none }

A{ color:#00c; text-decoration:underline;}
A:visited{ color:#800080; }
A:hover{ color:#f00; text-decoration:none; }

.alpha {filter:alpha(opacity=60);opacity:0.6;}

