
fieldset {
	margin:0;
	padding:0;
	/*padding-left:25px;
	background-color:#e6e1d3;
	border:1px solid #b17b4d;*/
	border:none;
}

	fieldset .formRow {clear:both; margin-bottom:10px; }

		fieldset dl {}

			fieldset dt, 
			fieldset dd {
				float:left;
				margin:0pt;
				text-align:left;
			}

				fieldset dt {clear:both; padding-right:1em; width:130px;}

				fieldset dd {width:320px;}


				legend {
					/*visibility:hidden;*/
					color:#b30212;
				}

				label {margin:0; padding:0;}

				/**********
				/* FIELDS 
				***********/

				/* Sizes */
				input[type=text], input[type=file], input[type=password], textarea, select {width:300px;}
				input[type=submit], button, input[type=image] {width:auto;}

				/* Colors */
				input, textarea, select, button {background-color:#f1efe7; border:1px solid #c8c79b;}
				/* Avoid border-frames around radiobuttons and checkboxes */
				input[type=radio], 
				input[type=checkbox] {background-color:transparent; border:0;}
				/* IE */
				* html input.radio, * html input.tx-srfeuserregister-pi1-radio, 
				* html input.checkbox, * html input.tx-srfeuserregister-pi1-checkbox {background-color:transparent; border:0;}
