

/* ### Form ######################################################################## */

input.formtextbox, select.formlist, textarea.formtextbox
{
  color:#000000; background-color:#ffffff;
  font-family:Verdana; font-size:11px;
}

a.imagelink
{
  cursor:default;
  margin:0px 5px 0px 0px;
}

a.imagelink img
{
  border:none;
}

div.errormessage
{
  color:#ff0000;
  font-family:Verdana; font-size:11px;
  padding:5px 0px 0px 0px;
}

div.clear
{
  padding:1px 0px 1px 0px;
  clear:both;
}


/* ### Form Section ################################################################ */

div.formsection
{
  cursor:default;
  clear:both;
}

div.subsection
{
  margin:0px 0px 15px 0px;
  clear:both;
}

div.sectiontitle
{
  font-family:Verdana; font-size:14px;
  padding:0px 5px 2px 5px;
  border-bottom:solid 1px #c0c0c0;
  clear:both;
}

div.sectioncontent
{
  padding:5px 5px 10px 5px;
}

table.sectiontable td
{
  font-family:Verdana; font-size:11px;
}

table.sectiontable td.desc
{
  padding-right:8px;
}



