.secureInput {
  width:50px;
  border:	 1px solid #8F8F8F;
}


.contactformErrorsDIV {
	text-align:			center;
	color:				#FF0000;
	font-family:		arial, helvetica, sans-serif;
	font-size: 			12px;
	font-weight:		bold;	
	
}


.contactformDIV {
  width: 480px;
  margin-left:10px;
	/*text-align:			center; */
	color:				#000000;		
	font-family:		arial, helvetica, sans-serif;	
	/* border:1px solid pink;*/
}


.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:          120px;
	border:				  1px solid #8F8F8F;
	background:			#E80707;
	color:				  #FFFFFF;		

}


/*Die normalen input text*/
.contactformINPUTTEXT {
	width:				100%;
	padding-left: 3px;
	border:				  1px solid #8F8F8F;	
	background:			#FFFFFF;
	color:           #666666;
}

/*fuer anzahl, datum und beginn - KEINE Breite angeben*/
.contactformINPUTTEXTextra {
	border:				  1px solid #8F8F8F;
	color:           #000000;
}



.contactformTEXTAREA {
	width:				99%;
	height:				80px;
	font-size:     11px;
	border:				  1px solid #8F8F8F;
	background:			#FFFFFF;
	color:           #666666;

}


.contactformLABEL {
	font-size: 			11px;
	font-weight:		bold;
	color:				#000000;  
	font-family:		arial, helvetica, sans-serif;
}

.contactformLABELTDsmall {
	font-size: 			11px;
	font-weight:		normal;
	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:				130px;
	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:				450px;        /**/
	text-align:   left;
	padding:			3px;
	color:				#000000;
	font-family:		arial, helvetica, sans-serif;		
}


/*EXTRA für PLZ und ORT	  --Wichtig	 Beginn*/
.contactformINPUT_TD_PLZ {  /*Das td*/
	background:			none;
	width:				450px;
}

.contactformINPUT_PLZ {  /*Das input feld*/
	width:				  90px;
	margin:         1px 3px 1px 3px;
	padding-left:   0;
	text-align:     left;
	color:				  #666666;
	font-family:		arial, helvetica, sans-serif;	
	border:				  1px solid #8F8F8F;
}

.contactformINPUT_TD_ORT {  /*Das td*/
	background:			none;
}

.contactformINPUT_ORT {  /*Das input feld*/
	width:				  351px;
	margin:         1px 0 1px 3px;
	padding-left:   3px;	
	text-align:     left;
	color:				  #666666;
	font-family:		arial, helvetica, sans-serif;	
	border:				  1px solid #8F8F8F;
}

/*EXTRA für PLZ und ORT		 Ende */


.contactformMIXEDTD {  /*z.B. Nachricht*/
	padding:			  1px;
	font-size:			12px;
	color:				  #000000;
	font-family:		arial, helvetica, sans-serif;	
	text-align:left;	
}