/* common css */
body, ul, ol, li, h1, h2, h3, h4, h5, h6, td, th, form, fieldset, img, dl, dt, dd {margin: 0; padding: 0;}
li, ol {list-style:none;}
img {border:0} 
input, button, textarea {
    background: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}