/* --------------------------------------------------------------   base.css   * Resets user's local browser styles & sets up for cross-browser    http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/    http://blank-css-template.googlecode.com/svn-history/r1/files/template/css/reset.css    -------------------------------------------------------------- *//**/html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}body {line-height:1;}ol, ul {list-style:none;}blockquote, q {quotes:none;}:focus {outline:0;}ins {text-decoration:none;}del {text-decoration:line-through;}table {border-collapse:collapse; border-spacing:0;}/* Standardize base cross browser to build on */html,body {    /*reset viewport all browsers*/	margin:0;	padding:0;	border:0; 	/*used in case we need to inherit in the css tree*/	width:100%;	height:100%;	/*set default font size, especially for ie */	font-size: 16px;}