
legend { display: none; }
.fieldset { border: none; }
 
 .fieldset label	{
	
	text-align:			right;
	width:				70px;						/*70*/
	float:				left;
	margin-right:		15px;
}

.fieldset .textfield {

	margin:			3px;
	height:			15px;
	width:			500px;

	/*border:			solid 0 #fff; 		/* Form Elemente verstecken */
	/*background:		transparent url(../pictures/form_input.gif) no-repeat fixed;*/
}
/*
.fieldset>input.textfield {

	background: transparent 
	url(../pictures/form_input.gif) no-repeat;
}
.fieldset .textarea {

	border:			solid 0 #fff; 		/* Form Elemente verstecken *
	background: 	transparent url(../pictures/form_textarea.gif) no-repeat;
}
*/

.fieldset .nobr { display: none; }

.fieldset textarea {

	font-size:		8pt;
	margin:			3px;
	height:			135px;
	width:			500px;
}

#fSubmit, #fReset {

	outline:		none;
	
	color:			#fff;
	font-weight:	bolder;
	
	padding:		2px;
	margin-left:	3px;
	
	border:			solid 0 #fff;
	background:		#004a7a;
}
#fSubmit {
	margin-left:	85px;
}

.invalid { font-weight: bold; color: red; }
