/**************************************************
/*
			FORMULARFORMATIERUNG
*/
INPUT,TEXTAREA,SELECT { 
	border:					1px solid #EE9AC0; 
	background-color:		#FFFFFF; 
	font-family:			Geneva, Arial, Helvetica, sans-serif;
	font-size:				8.5pt;
	color:					#222222;
	padding:				1px;
	margin:					1px;
	}
INPUT,SELECT { 
	height:					20px;
	}
CHECKBOX,RADIO {
    border:                 0;
    background-color:       #000000;
    color:                  #343434;
    height:                 10px;
    }
INPUT#Mail { 
	background-image:		url(http://www.mini-rock-festival.de/img/form_Mail.gif);
	background-position:	top right; 
	background-repeat:		no-repeat; 
	width:					200px;
	}
INPUT#PLZ { 
	background-image:		url(http://www.mini-rock-festival.de/img/form_PLZ.gif);
	background-position:	top right;
	background-repeat:		no-repeat; 
	width:					75px;
	}
INPUT#Telefon { 
	background-image:		url(http://www.mini-rock-festival.de/img/form_Telefon.gif);
	background-position:	top right; 
	background-repeat:		no-repeat; 
	width:					230px; 
	}
INPUT#Ort { 
	background-image:		url(http://www.mini-rock-festival.de/img/form_Ort.gif);
	background-position:	top right; 
	background-repeat:		no-repeat; 
	width:					200px;
	}
INPUT#Strasse { 
	background-image:		url(http://www.mini-rock-festival.de/img/form_Strasse.gif);
	background-position:	top right; 
	background-repeat:		no-repeat; 
	width:					200px;
	}
INPUT#Name { 
	background-image:		url(http://www.mini-rock-festival.de/img/form_Name.gif);
	background-position:	top right; 
	background-repeat:		no-repeat; 
	width:					200px;
	}
INPUT.Radio { 
	height:					12px;
	}
INPUT#Info { 
	background-image: 		url(http://www.mini-rock-festival.de/img/form_Info.gif);
	background-position:	top right; 
	background-repeat:		no-repeat;  
	width:					463px;
	}
INPUT#Suchwort { 
	background-image:		url(http://www.mini-rock-festival.de/img/form_Suchwort.gif);
	background-position:	top right; 
	background-repeat:		no-repeat; 
    }
INPUT#Passwort { 
	background-image:		url(http://www.mini-rock-festival.de/img/form_Passwort.gif);
	background-position:	top right; 
	background-repeat:		no-repeat; 
	width:					200px;
    }
INPUT#Weblink { 
	background-image:		url(http://www.mini-rock-festival.de/img/form_Weblink.gif);
	background-position:	top right; 
	background-repeat:		no-repeat; 
	width:					200px;
    }
TEXTAREA#Text { 
	background-image:		url(http://www.mini-rock-festival.de/img/form_Text.gif);
	background-position:	top right; 
	background-repeat:		no-repeat; 
	width:					342px;
	height:					178px;
	margin:					0 0 0 1pt;
    }
TEXTAREA#BannerHTML {
	height:					40px;
	width:					560px;
	}
TEXTAREA#BannerBB {
	height:					15px;
	width:					560px;
	}
SELECT#Betreff { 
	width:					250px;
    }
INPUT#btn_Hinzufuegen { 
	background-image:		url(http://www.mini-rock-festival.de/img/form_btn_Hinzufuegen.gif);
	background-position:	top center; 
	background-repeat:		no-repeat; 
	width: 					90px; 
    }
INPUT#btn_Finden { 
	background-image:	 	url(http://www.mini-rock-festival.de/img/form_btn_Finden.gif);
	background-position:	top center; 
	background-repeat:		no-repeat; 
	width: 					75px; 
    }
INPUT#btn_Absenden { 
	background-image:	 	url(http://www.mini-rock-festival.de/img/form_btn_Absenden.gif);
	background-position:	top center; 
	background-repeat:		no-repeat; 
	width: 					85px; 
  	}
INPUT#btn_Einloggen { 
	background-image:	 	url(http://www.mini-rock-festival.de/img/form_btn_Einloggen.gif);
	background-position:	top center; 
	background-repeat:		no-repeat; 
	width: 					85px; 
	}
INPUT#btn_Zuruecksetzen { 
	background-image:	 	url(http://www.mini-rock-festival.de/img/form_btn_Zuruecksetzen.gif);
	background-position:	top center; 
	background-repeat:		no-repeat; 
	width: 					105px; 
	}
INPUT#btn_Speichern { 
	background-image:	 	url(http://www.mini-rock-festival.de/img/form_btn_Speichern.gif);
	background-position:	top center; 
	background-repeat:		no-repeat; 
	width: 					85px; 
	}
INPUT#btn_Ja { 
	background-image:	 	url(http://www.mini-rock-festival.de/img/form_btn_Ja.gif);
	background-position:	top center; 
	background-repeat:		no-repeat; 
	width: 					40px; 
	}
INPUT#btn_Nein { 
	background-image:	 	url(http://www.mini-rock-festival.de/img/form_btn_Nein.gif);
	background-position:	top center; 
	background-repeat:		no-repeat; 
	width: 					50px; 
	}
  
