/* CSS Document */

form {
	margin-top:0px;
	margin-bottom:0px;
}

input{
	border: #FFFFFF solid 1px;
	background: #EAEAEA;
	color: #666666;
}


.inp_field{
	width:338px;
	border: none;
	background: #EAEAEA;
	color: #666666;
}

.inp_field_kl{
	border: none;
	background: #EAEAEA;
	color: #666666;
}

.input_index {
	margin-left: 15px;
	width:130px;
}

.input_suche {
	border:none;
	display: inline;
	background-color:#FFFFFF;
}

.select {
	font-size: 10px;
	border: none;
	background: #EAEAEA;
	color: #666666;
}

.radio {
	vertical-align:middle;
	background:none;
}


/*-------------------------------------------*/

#Anrede {
	width:50px;
}
#Title {
	width:50px;
}



#Vorname {
	width:140px;
}
#FirstName {
	width:140px;
}



#Name {
	width:140px;
}
#Surname {
	width:140px;
}



#Telefon {
	width:80px;
}
#Phone {
	width:80px;
}




#Fax {
	width:80px;
}



#E-Mail {
	width:170px;
}



#Strasse{
	width:140px;
}
#Street{
	width:140px;
}



#PLZ {
	width:50px;
}
#Postcode {
	width:50px;
}



#Ort {
	width:140px;
}
#Town {
	width:140px;
}




#Firma {
	width:330px;
}
#Company {
	width:330px;
}



#Land {
	width:330px;
}
#Country {
	width:330px;
}



/*-------------------------------------------*/




















