/*label*/input[type="radio"], input[type="checkbox"] {
	position: relative;
	top: 3px;
	}

th {
	text-align: left;
	}

/* classes: */
.form_table {
	}
.form_content {
	}
.form_text {
	width: 150px;
	border: 1px solid #a7accf;
	}
.form_textarea {
	width: 500px;
	border: 1px solid #a7accf;
	}
.form_reqstar {
	color: #990000;
	font-weight: bold;
	font-size: xx-small;
	}
.form_infotext {
	}
.form_fields {
	}
.form_anschrift td, .form_anschrift th {
	padding: 2px 0px;
	}

/* ids: */
#form_form {
	}
#form_table {
	width: 500px;
	}
#form_company {
	}
#form_department {
	}
#form_title {
	}
#form_lastname {
	}
#form_firstname {
	}
#form_street {
	}
#form_zip_code {
	width: 40px;
	}
#form_city {
	width: 108px;
	}
#form_country {
	}
#form_phone {
	}
	
