@charset "UTF-8";
/* CSS Document */

div.Tx-Formhandler fieldset { 
	margin-bottom: 10px; 
} 

div.Tx-Formhandler legend { 
	padding: 0 2px; font-weight: bold; 
} 

div.Tx-Formhandler label { 
	display: inline-block; 
	line-height: 1.8; 
	vertical-align: top; 
} 

div.Tx-Formhandler fieldset ol { 
	margin: 0; padding: 0; 
} 

div.Tx-Formhandler fieldset li { 
	list-style: none; padding: 5px; margin: 0; 
} 

div.Tx-Formhandler fieldset fieldset { 
	border: none; margin: 3px 0 0; 
} 

div.Tx-Formhandler fieldset fieldset legend {
	padding: 0 0 5px; 
	font-weight: normal;
} 

div.Tx-Formhandler fieldset fieldset label { 
	display: block; 
	width: auto;
} 

div.Tx-Formhandler em {
		font-weight: bold;
		font-style: normal;
		color: #f00; 
} 

div.Tx-Formhandler label { 
	width: 125px; /* Width of labels */ 
} 

div.Tx-Formhandler fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */ 
}

div.Tx-Formhandler textarea {
	width: 300px;
	height: 150px;
}

.submit {
	float:left;
	margin-right:10px;
}

.bdl label {
	width:400px;
}