
.Tx-Formhandler fieldset {
	border:#808080 solid 1px;
	padding:3px;
	width:350px;
	background:#e0e0e0;
	margin-right:10px;
	margin-bottom:5px;
}

.Tx-Formhandler div.control {
	float:lefT;
	clear:both;
	margin:2px;
	xxwidth:300px;
	padding-bottom:2px;
	padding-top:2px;
	font-size:11px;
}

.Tx-Formhandler div.floattext {
	float:none;
	clear:both;
}

.Tx-Formhandler legend {
	color:#000;
	font-weight:bold;
}

.Tx-Formhandler label {
	vertical-align:top;
	padding-top:5px;
	padding-right:10px;
}

.Tx-Formhandler input {
}

.Tx-Formhandler input.req {
    background:#fff1f1;
    border: solid #808080 1px;
}

.Tx-Formhandler label.req {
}

.Tx-Formhandler form table TR  {
  vertical-align: top;
}

.Tx-Formhandler form table TR TD label {
  
}

.Tx-Formhandler TD.spacer {
  width:40px;
}

.Tx-Formhandler HR {
  border: solid #ffffff 1px;
  background: #ffffff;
  margin-top:7px;
  margin-bottom:5px;
  height:2px;
}


