.Tx-Formhandler, .Tx-Formhandler #qsbform
{
  margin: 0;
  padding: 0;
}

.Tx-Formhandler legend
{
  display: none;
}

.Tx-Formhandler fieldset
{
  border: 0;
  margin: 0;
  padding: 0;
}

.Tx-Formhandler .error
{
  color: red ! important;
  font-weight: bold;
  margin-bottom: 10px;
}

.Tx-Formhandler label
{
	font-weight: bold;
}

.Tx-Formhandler hr
{
  height: 0;
  padding: 0;
  margin: 10px 0;
  border-top: 1px dotted #2c7a3c;
  border-bottom: 0;
}

.Tx-Formhandler .input-text
{
  width: 200px;
  border: 1px solid #2c7a3c;
  margin: 2px 0 6px 0;
}

.Tx-Formhandler .input-checkbox
{
  position: relative;
  top: 2px;
}

.Tx-Formhandler .input-radio
{
  position: relative;
  top: -3px;
}

.Tx-Formhandler .clear
{
  clear: both;
}

.Tx-Formhandler td
{
  vertical-align: top;
  padding: 0 20px 0 0;
}