old
{
  background-color: #CCCCCC; //legend2

}
fieldset
{
  clear: both;
  width: 90%;
}

form fieldset
{
  clear: both;
  float: left;
  border: solid red 0px;
  border-top: solid red 1px;
  margin: 0;
  margin: 0px 0px 20px 0px;
  width: 100%;
}

#weiter
{
 border: solid 0px;
}

form fieldset.hidden
{
    border: 0;
}

form fieldset legend
{
    white-space: nowrap;
    color: black;
    font-weight: bold;
    width: 10px;
    padding: 1px;
    display: block;
}

fieldset legend
{
  color: black;
    white-space: nowrap;
    font-weight: bold;
    padding: 1px;
    display: block;
}

form fieldset ol
{
    margin: 0;
    padding: 0;
}

form fieldset li
{
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}

form label
{
    margin: 0 0 0 5px;
}

form label.element {
    display: block;
    float: left;
    width: 150px;
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: bold;
    text-align: right;
}

form input, form textarea, form select
{
  width: auto;
}

form textarea {
    overflow: auto;
}
form br {
    clear: left;
}
form div.element {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}
form li.reqnote {
    font-size: 80%;
    margin: 5px 0 0 100px;
}
form span.error, form span.required {
    color: red;
}

form div.error {
    border: 1px solid red;
    padding: 5px;
}

span.error, form span.required {
    color: red;
}

div.errormsg
{
  width: 80%;
  //border: 0px solid red;
  padding: 5px;
  margin: 20px 0px 20px 0px;
  color: red;
}

#bcontent
{
  padding: 10px;
}

