/*reset*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin:0px;
  padding:0px;
}
table{
	border-spacing:0px;
}
body, html{
	width:100%;
	height:100%;
}
fieldset, img {
  border:0px;
}
address, caption, cite, dfn, th, var {
  font-style:normal;
  font-weight:normal;
}
caption, th {
  text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q:before, q:after {
  content:'';
}
abbr, acronym {
  border:0px;
}
/*input, textarea
{
    -moz-appearance: none;
    -webkit-appearance: none;
}*/


/*Additional Changes*/
article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

figure, figcaption
{
  margin:0;
}

input:focus, textarea:focus, button:focus
{
  outline:none;
}
table
{
  font-size: 1em;
}

/* end reset */