a, a:link, a:visited
{
  color: #335d99;
  text-decoration: none;
}
a:focus, a:hover
{
  text-decoration: underline;
}
a sup
{
  text-decoration: none;
}
abbr, acronym, dfn
{
  cursor: help;
  font-style: normal;
}
address {
  font-style: normal;
  padding: 0 50px;
}
blockquote
{
  margin: 0 0 1.5em;
  padding: 0 30px;
}
blockquote p
{
  margin: 0;
}
body
{
  font: 80% verdana, arial, helvatica, sans-serif;
}
dt
{
  font-weight: bold;
}
dd
{
  margin: 0;
  padding: 0 0 .5em;
}
h1, h2, h3, h4, h5, h6
{
  color: #335d99;
  font-family: "Trebuchet MS", verdana, helvatica, arial, sans-serif;
  margin-bottom: 0;
}
img
{
  display: block;
}
kbd {
  color: #c20904;
  font-size: 1.5em;
}
p, dl
{
  line-height: 1.5em;
}
p, dl
{
  margin: 1em 0 0;
}
ul, ol
{
  margin-top: 0;
  margin-bottom: 0;
}
img
{
  border: 0;
}
sup
{
  font-size: 70%;
  position: relative;
  top: -.2em;
}
ol.footnotes
{
  border-top: 1px solid #d9e4f3;
  font-size: .8em;
  margin: 1.5em 0 0 ;
  padding: 10px 0 0;
}
ol.footnotes li
{
  margin: 0 0 0 20px !important;
  padding: 0 0 .5em;
}
span.required
{
  color: #f00;
}
span.required:after
{
  content: " and are marked with an *";
}

/* TABLES */
table {
  border: 0px
}



/* FORMS */
form
{
  margin: 0;
  padding: 0;
}
fieldset
{
  border: 1px solid #d9e4f3;
  margin: 10px 0;
  padding: 10px;
}
fieldset.wrapper, fieldset.radio
{
  border: 0;
  padding: 0;
}
legend
{
  color: #335d99;
  font: bold 1.3em "Trebuchet MS", verdana, helvatica, arial, sans-serif;
}
fieldset.wrapper legend
{
  font-size: 1.6em;
}
fieldset.wrapper legend,
fieldset.radio legend
{
  margin-left: -10px;
}
fieldset.wrapper fieldset legend,
fieldset.radio fieldset legend
{
  margin-left: 0;
  font-size: 1.2em;
}
fieldset.radio
{
  padding: 0;
}
fieldset.radio legend
{
  font: bold 1em verdana, arial, helvatica, sans-serif !important;
  color: #666;
  margin: 0;
  padding: 1px 0;
}
label
{
  color: #666;
  display: block;
  font-weight: bold;
  margin-top: .5em;
  padding: 1px 0;
}
label.required {
  color: #f00;
}
label.required:before {
  color: #f00;
  content: "*";
}
fieldset.radio label
{
  font-weight: normal;
  margin: 0;
  padding: 0;
}
input, select, textarea
{
  background: #d9e4f3;
  border: 1px solid #7fadd9;
  display: block;
  width: 500px;
}
input:focus, select:focus, textarea:focus
{
  background: #fff;
}
label input
{
  background: transparent;
  border: 0;
  display: inline;
  position: relative;
  top: 2px;
  width: auto;
}
input.button
{
  background: #fff url("button.gif"/*tpa=http://www.webprofessionals.org/images/button.gif*/) bottom left repeat-x;
  display: inline;
  width: auto;
  margin: 10px;
}
input.hidden {
  border: 0 !important;
  display: none !important;
}
