fieldset, form, h1, h2, h3, h4, ul, li, p
{
  margin: 0px;
  padding: 0px;
}

ul
{
}


a
{
  text-decoration: none;
  color: #ee3139;
}

a:hover
{
  text-decoration: underline;
}

fieldset
{
  border: none;
}

h3
{
  font-weight: normal;
  text-align: center;

}

h3 span
{
  font-weight: bold;

}

img
{
  border: none;
}

p, li
{
  line-height: 150%;
}

.clear
{
  clear: both;
}

.hidden
{
  display: none;
}

.bold
{
  font-weight: bold;
}

.smaller-text
{
  font-size: 85%;
}
 
.button
{
 padding-left:20px;
 background: transparent url(/images/xtra/decoration/button-bg.gif) scroll no-repeat 10px 5px;
 height: 30px;
 width: 110px;
 line-height: 28px;
 text-align:left;
}

.form_error
{
  padding: 10px 0px;
  color:#FF0000;
}