
.secureInput {
  width:50px;
  border:	 1px solid #0A2F5C;
}



.contactformErrorsDIV {
	text-align:			center;
	color:				#FF0000;
	font-family:		arial, helvetica, sans-serif;
	font-size: 			12px;
	font-weight:		bold;	
	
}


.contactformDIV {
  width: 600px;
  margin-left:20px;
	color:				#000000;		
	font-family:		arial, helvetica, sans-serif;	
}


.contactformTABLE {
	width:				100%;
	color:				#000000;
	font-family:		arial, helvetica, sans-serif;	
}


/*Die Formatierung des Submitbuttons*/
.contactformINPUTSUBMIT {
	font-family:		arial, helvetica, sans-serif;		
	font-size: 			1.0em;
	font-weight:		bold;
	width:          130px;
	border:				  1px solid #000000;
	background:			#F3EBE1;
	color:				  #000000;		

}

/*Die normalen input text*/
.contactformINPUTTEXT {
	width:				100%;
	border:				1px solid #000000;
	background:			#F3EBE1;
	color:           #000000;
	/* border:				1px solid #FCDC7E; */
}

/*fuer anzahl, datum und beginn - KEINE Breite angeben*/
.contactformINPUTTEXTextra {
	border:				1px solid #000000;
	background:			#F3EBE1;
	color:           #000000;
}



.contactformTEXTAREA {
	width:				98%;
	height:				80px;
	font-size:     12px;
	border:				1px solid #000000;
	background:			#F3EBE1;
	color:           #000000;
	/* border:				1px solid #FCDC7E; */
}


.contactformLABEL {
	font-size: 			11px;
	font-weight:		bold;
	color:				#000000;  
	font-family:		arial, helvetica, sans-serif;
}

.contactformErrorLABEL {
	color:				#FF0000;
	font-size: 			12px;
	font-weight:		bold;
	font-family:		arial, helvetica, sans-serif;	
}

/*Die Bezeichnungen der Felder*/
.contactformLABELTD {
	width:				160px;
	padding:			1px;
text-align:left;
	vertical-align:		middle;
	color:				#000000;
	font-family:		arial, helvetica, sans-serif;		
}

/*Das TD in denen die input-Felder stehen   z.B. bei cf_form u  cf_sent*/
.contactformINPUTTD {
	width:				   440px;        /**/
	text-align:      left;
	padding:			   3px;
	color:				   #000000;
	font-family:		 arial, helvetica, sans-serif;		
}


/*EXTRA für PLZ und ORT		 Beginn*/
.contactformINPUT_TD_PLZ {  /*Das td*/
	background:			white;
		padding:			  3px;
}

.contactformINPUT_PLZ {  /*Das input feld*/
	width:				  80px;
	text-align:     left;

	color:				  #000000;
	font-family:		arial, helvetica, sans-serif;	

	border:				1px solid #000000;
	background:			#F3EBE1;
	
}

.contactformINPUT_TD_ORT {  /*Das td*/
	background:			white;
		padding:			  3px;
}

.contactformINPUT_ORT {  /*Das input feld*/
	width:				  350px;
	text-align:     left;

	color:				  #000000;
	font-family:		arial, helvetica, sans-serif;	

	border:				1px solid #000000;
	background:			#F3EBE1;
}

/*EXTRA für PLZ und ORT		 Ende */


/*z.B. Stlyes der inputfelder bei der cf_review*/
.contactformINPUTDIV {
	padding:			  3px;
	color:				  #000000;
	font-family:		arial, helvetica, sans-serif;		
}


/* */
.contactformMIXEDTD {
	padding:			  1px;
	font-size:			12px;
	color:				  #000000;
	font-family:		arial, helvetica, sans-serif;		
}

.contactformBUTTONTD {
	text-align:			    center;
	vertical-align:     middle;
	color:		      		#F3EBE1;	
	border: 			      1px  solid #000000;	
}