
.singleViewTable .tx_hplfeuseradmin_gender select {
	width: 250px;
}

.singleViewTable .title input {
	width: 100px;
}

.singleViewTable .first_name input {
	width: 250px;
}

.singleViewTable .last_name input {
	width: 250px;
}

.singleViewTable .name_suffix input {
	width: 100px;
}

.singleViewTable .address input {
	width: 100%;
}

.singleViewTable .zip-city {
	width: 50px;
}

.singleViewTable .zip {
	width: 60px;
	padding-left: 0;
}

.singleViewTable .zip input {
	width: 100%;
	text-align: right;
}

.singleViewTable .city {
	width: 200px;
}

.singleViewTable .city input {
	width: 100%;
}

.singleViewTable .tx_hplfeuseradmin_language select {
	width: 250px;
}

.singleViewTable .country select {
	width: 250px;
}

.singleViewTable .telephone input {
	width: 140px;
}

