html {
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body,div,pre,code,form,fieldset,legend,textarea,blockquout {
     margin: 0;
     padding: 0;
}
 table {
     border-collapse:collapse;
     border-spacing:0;
}
li {
     list-style-position:outside;
}
caption,th {
     text-align: left;
}
 q:before,q:after {
     content:'';
}
abbr,acronym {
     border:0;
     font-variant:normal;
}
sup {
     /* vertical-align:text-top; */
}
sub {
     /* vertical-align:text-bottom; */
}
input,textarea,select {
     font-family:inherit;
     font-size:inherit;
     font-weight:inherit;
}
input,textarea,select {
     *font-size:100%;
}
fieldset {
     border: 0;
}
input {
     _margin: -1px 0;
}

legend {
     color:#000000;
}

/* extended
------------------------------------- */
a {
    cursor: pointer;
}
fieldset,img {
    border: 0;
}