/* CSS Mini Reset */

html,body,div,form,fieldset,legend,label {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}

/* Tables still need 'cellspacing="0"' in the markup. */
table {border-collapse:separate;border-spacing:0;}
caption,th,td {font-weight:normal;}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Remove annoying border on linked images. */
a img { border: none; }

/* Add dotted underline and change cursor to help. */
abbr[title],dfn[title] {
border-bottom:1px dotted rgb(0,0,0);cursor:help;}

/* Safari stop horizontal expand */
textarea {resize:vertical;} 

address {font-style:normal;}
