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

a
{
  text-decoration: none;
  color: #9A0;
}

a:hover
{
  text-decoration: underline;
}

fieldset
{
  border: none;
}

h3
{
  font-weight: normal;
}

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/frontend/decoration/button-bg.gif) scroll no-repeat 10px 5px;
 height: 30px;
 width: 110px;
 line-height: 28px;
 text-align:left;
 cursor: hand;
}

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

#outer-area
{
  background-color: #ecedf1;
  padding: 10px 10px;
  margin-top: 10px;
}

#inner-area
{
  border: #bdbdbd 1px solid;
  background-color: #ffffff;
  padding: 10px;
}

div#inner-area p
{
    margin-top: 5px;
}

div#inner-area ul
{
    list-style-position: inside;
}
