/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

fieldset, iframe {
  border: none;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "helvetica", "arial", "verdana", sans-serif;
  font-size: 16px;
}

form {
  width: 270px;
  margin: 0 auto;
  display: block;
}
form input,
form textarea {
  border: 1px solid #555555;
  line-height: 22px;
  vertical-align: center;
  height: 22px;
  padding: 10px 10px;
  font-size: 1.1em;
  letter-spacing: 0.01em;
  background-color: #ffffff;
  margin-top: 18px;
  display: block;
  width: 248px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input:focus,
form textarea:focus {
  border: 2px solid #313131;
  outline: none;
  padding-left: 9px;
  height: 20px;
  width: 247px;
}
form input[type=submit],
form textarea[type=submit] {
  display: block;
  border: none;
  padding: 8px 12px;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px auto;
  width: auto;
  height: auto;
  line-height: 1em;
  margin-top: 30px;
  cursor: pointer;
  text-align: right;
  background-color: #555555;
}
form input[type=submit]:hover,
form textarea[type=submit]:hover {
  text-decoration: none;
  background-color: #313131;
}
form select {
  border: 1px solid #555555;
  line-height: 1.1em;
  height: 44px;
  padding: 0 10px;
  font-size: 1.1em;
  letter-spacing: 0px;
  background-color: #ffffff;
  margin-top: 30px;
  display: block;
  width: 268px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url("../images/select_arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
form select[multiple=multiple] {
  height: 100px;
  background-image: none;
}
form select[multiple=multiple] option {
  color: #555555;
  font-size: 2em;
}
form select[multiple=multiple] option:active {
  background-color: #555555;
}
form select:focus {
  outline: none;
  border: 2px solid #555555;
  padding: 0 9px;
}
