#form
{
  width:450px;
  margin:auto;
  padding-top:10px;
  background:url('images/form-bg.gif') no-repeat;
}

#form label
{
  float:left;
  width:100px;
  font:bold 16px Trebuchet MS, Verdana;
  color:#990000;
}

#form input
{
  width:300px;
  margin-bottom:5px;
}

#form .required
{
  background-color:#FFFFA0;
}

#form .ln
{
  width:100px;
}


#form select
{
  width:300px;
  margin-bottom:5px;
}

#form #submitbutton
{
 margin-left: 110px;
margin-top: 5px;
width: 80px;
}
