/* form fuer initiativ bewerbung */
/*******************************/

 .form input{
 margin-bottom: 0px;
 }
 .form {
 	margin-left: 12px;
 }
 .form_select{
 	margin-bottom: 3px;
 }
 
 
.form_textarea { 
 overflow: hidden; 
 background-color: #FFFFFF;
 border: 1px #FF0000 solid;
 font-family : Arial, Helvetica, sans-serif;
 font-size : 9pt;
 font-style : normal;
 font-weight : normal;
 color : #000000;
 }
.form_submit {
	font-size: 12px;
	font-weight: bold;
	height: 21;
	width: auto;
	color: #FF0000;
	background-color: #FFFFFF;
	background-image: none;
	border: 2px #FF0000 solid;
	vertical-align: top;
}