html,body,img,div,p,ul,ol,li,dl,dt,dd,
table,tr,td,h1,h2,h3,h4,h5,h6,blockquote,
span,label{border:0;padding:0;margin:0;}

a:link,a:visited{text-decoration:none;}

:focus { 
    outline: 0; 
}

input,form{font-size:12px;padding:0;margin:0;}

ul,ol{list-style:none;}

fieldset, img { 
    border: 0; 
} 

address, caption, cite, code, dfn, 
em, strong, th, var, optgroup { 
    font-style: inherit; 
    font-weight: inherit; 
} 
  
h1, h2, h3, h4, h5, h6 { 
    font-size: 100%; 
    font-weight: normal; 
} 
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%;*/ 
}
/* tables still need 'cellspacing="0"' in the markup */ 
table { 
    border-collapse: collapse; 
    border-spacing: 0;
	line-height:200%; 
}
caption, th { 
    text-align: left; 
}

blockquote, q { 
    quotes: none; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
    content: ''; 
    content: none; 
}
input,form{ font-size:12px;padding:0;margin:0;}