/* BEGIN DEFAULT HTML ELEMENTS */

body {
font-size: 62.5%;
}

body, td, select, input, textarea {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}

ul li a, td, th, p, dl dt, dl dd, legend {
font-size: 1.3em;
}

  td, th {
  font-size: 1.0em;
  }

pre {
font-size: 1.3em;
}

#link-holder a {
font-size: 1.4em;
}

select, input, textarea, label {
font-size: 1.3em;
}

  th select,
  th input,
  th textarea {
  font-size: 100%;
  }

a {
text-decoration: none;
}

  a:hover {
  text-decoration: underline;
  }

/* END DEFAULT HTML ELEMENTS */

.message-holder ul li {
font-size: 1.1em;
}

.message-holder p {
font-weight: bold;
}

/* BEGIN FORMS */

form legend {
font-weight: bold;
}

/* Temporary solution for styling the HTML5 placeholder */
input::-webkit-input-placeholder {
font-style: italic;
}

/* END FORMS */

/* BEGIN BUTTON ELEMENTS */

.buttonholder {
cursor:pointer;
}

  .buttonholder .buttonstart a {
  text-decoration:none;
  font-size:11px;
  }

    .buttonholder .buttonstart a:hover {
    text-decoration:none;
    }

  .buttonholder .buttonend {
  font-size:1px;
  }

/* END BUTTON ELEMENTS */
