/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/* line 7, ../sass/reset.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 11, ../sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 12, ../sass/reset.scss */
fieldset, img {
  border: 0;
}

/* line 13, ../sass/reset.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 14, ../sass/reset.scss */
li {
  list-style: none;
}

/* line 15, ../sass/reset.scss */
caption, th {
  text-align: left;
}

/* line 16, ../sass/reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 17, ../sass/reset.scss */
q:before, q:after {
  content: '';
}

/* line 18, ../sass/reset.scss */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
/* line 20, ../sass/reset.scss */
sup {
  vertical-align: text-top;
}

/* line 21, ../sass/reset.scss */
sub {
  vertical-align: text-bottom;
}

/* line 22, ../sass/reset.scss */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
/* line 24, ../sass/reset.scss */
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
/* line 26, ../sass/reset.scss */
legend {
  color: #000;
}

/* line 27, ../sass/reset.scss */
del, ins {
  text-decoration: none;
}
