Index: /views/mods/mod_shippingadress/checkout_inner_prebutton.phtml
===================================================================
--- /views/mods/mod_shippingadress/checkout_inner_prebutton.phtml	(revision 7360)
+++ /views/mods/mod_shippingadress/checkout_inner_prebutton.phtml	(revision 7361)
@@ -20,5 +20,5 @@
 			<?php if ($this->view['pflicht']['firma'] != '2') { ?>
 			<div class="wpsg_checkoutblock">
-				<label for="firma" class="wpsg_checkout"><?php echo __("Firma:", "wpsg"); ?>
+				<label for="shipping_firma" class="wpsg_checkout"><?php echo __("Firma:", "wpsg"); ?>
 					<?php if ($this->view['pflicht']['firma'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
 				</label>
@@ -29,5 +29,5 @@
 			<?php if ($this->view['pflicht']['anrede'] != '2') { ?>
 			<div class="wpsg_checkoutblock">
-				<label for="title" class="wpsg_checkout"><?php echo __("Anrede:", "wpsg"); ?>
+				<label for="shipping_title" class="wpsg_checkout"><?php echo __("Anrede:", "wpsg"); ?>
 					<?php if ($this->view['pflicht']['anrede'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
 				</label>
@@ -43,5 +43,5 @@
 			<?php if ($this->view['pflicht']['vname'] != '2') { ?>
 			<div class="wpsg_checkoutblock">
-				<label for="vname" class="wpsg_checkout"><?php echo __("Vorname:", "wpsg"); ?>
+				<label for="shipping_vname" class="wpsg_checkout"><?php echo __("Vorname:", "wpsg"); ?>
 					<?php if ($this->view['pflicht']['vname'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
 				</label>
@@ -52,5 +52,5 @@
 			<?php if ($this->view['pflicht']['name'] != '2') { ?>
 			<div class="wpsg_checkoutblock">
-				<label for="name" class="wpsg_checkout"><?php echo __("Name:", "wpsg"); ?>
+				<label for="shipping_name" class="wpsg_checkout"><?php echo __("Name:", "wpsg"); ?>
 					<?php if ($this->view['pflicht']['name'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>:
 				</label>
@@ -64,9 +64,9 @@
 
 					<div class="wpsg_checkoutblock" id="wpsg_streetnr">
-						<label for="strasse" class="street wpsg_checkout"><?php echo __('StraÃe:', 'wpsg'); ?>
+						<label for="shipping_strasse" class="street wpsg_checkout"><?php echo __('StraÃe:', 'wpsg'); ?>
 							<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
 							<input class="<?php echo (($this->view['pflicht']['strasse'] != '1')?'validate[required_shipping]':''); ?> wpsg_checkout <?php echo ((in_array("shipping_strasse", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="shipping_strasse" name="wpsg[checkout][shipping_strasse]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['basket']['checkout']['shipping_strasse'])); ?>" />
 						</label>
-						<label for="nr" class="nr wpsg_checkout"><?php echo __('Nr:', 'wpsg'); ?>
+						<label for="shipping_nr" class="nr wpsg_checkout"><?php echo __('Nr:', 'wpsg'); ?>
 							<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
 							<input class="<?php echo (($this->view['pflicht']['strasse'] != '1')?'validate[required_shipping]':''); ?> wpsg_checkout <?php echo ((in_array("shipping_nr", (array)$this->view['error']))?'wpsg_error':''); ?>" type="text" id="shipping_nr" name="wpsg[checkout][shipping_nr]" value="<?php echo htmlspecialchars(wpsg_getStr($this->view['basket']['checkout']['shipping_nr'])); ?>" />
@@ -77,5 +77,5 @@
 
 					<div class="wpsg_checkoutblock">
-						<label for="strasse" class="wpsg_checkout"><?php echo __("StraÃe, Nr.:", "wpsg"); ?>
+						<label for="shipping_strasse" class="wpsg_checkout"><?php echo __("StraÃe, Nr.:", "wpsg"); ?>
 							<?php if ($this->view['pflicht']['strasse'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
 						</label>
@@ -89,5 +89,5 @@
 			<?php if ($this->view['pflicht']['plz'] != '2') { ?>
 			<div class="wpsg_checkoutblock">
-				<label for="plz" class="wpsg_checkout"><?php echo __("Postleitzahl:", "wpsg"); ?> 
+				<label for="shipping_plz" class="wpsg_checkout"><?php echo __("Postleitzahl:", "wpsg"); ?> 
 					<?php if ($this->view['pflicht']['plz'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
 				</label>
@@ -98,5 +98,5 @@
 			<?php if ($this->view['pflicht']['ort'] != '2') { ?>
 			<div class="wpsg_checkoutblock">
-				<label for="ort" class="wpshopgermany_checkout"><?php echo __("Ort:", "wpsg"); ?> 
+				<label for="shipping_ort" class="wpshopgermany_checkout"><?php echo __("Ort:", "wpsg"); ?> 
 					<?php if ($this->view['pflicht']['ort'] != '1') { ?><span class="wpsg_required">*</span><?php } ?>
 				</label>
