
/********************************************************************************
 * Forms Definitionen
 ********************************************************************************/

 form, text ,input, select, option, textarea, .form {
  font-size :9pt; 
  font-family : Arial, Helvetica, sans-serif; 
  font-weight : normal; 
  font-style : normal;
  margin: 0px;
  padding: 0px;
  color: #006a3f;
}

form {
 margin-bottom: 14px;
}
 
.suche {
background-color: #ffffff;
padding: 0px; 
margin: 0px; 
margin-bottom: 2px;
width: 134px;
text-align: justify;
}

.login{
  width: 134px;
}

.field_wide {
	width: 240px;
}

.field_small {
	width: 50px;
}

.field_middle {
	width: 183px;
}

.field_middle_edit {
	width: 161px;
}

.messagebox {
	width: 333px;
}
 
 .messagebox_small {
	width: 233px;
}
 

input.login_input_field {
 width:110px;
 height:15px;
 border-width:0px;
 position:relative;
 top:2px;
 left:4px;
}


.login_input {
 background-image:url(/images/elements/login_field.gif);
 width:118px;
 height:22px;
 float:left;
}
	