diff -urp location/location.css location.new/location.css
--- location/location.css	2008-09-16 13:25:04.000000000 -0400
+++ location.new/location.css	2010-04-12 03:21:04.079984820 -0400
@@ -94,10 +94,13 @@ table.location-search-form-table tbody t
 .location .container-inline label { display: block; float: left; width: 120px; }
 */
 
+.location-current-coordinates-fieldset {
+  width: 35em;
+}
+
 .location .form-item input {
   display: block;
-  float: left;
-  width: 342px;
+  width: 25em;
   margin-bottom: 5px;
 }
 
@@ -105,7 +108,7 @@ table.location-search-form-table tbody t
   display: block;
   float: left;
   text-align: left;
-  width: 100px;
+  width: 10em;
   padding-right: 10px;
 }
 
diff -urp location/location.module location.new/location.module
--- location/location.module	2010-04-11 17:28:34.000000000 -0400
+++ location.new/location.module	2010-04-12 03:21:04.079984820 -0400
@@ -275,6 +275,7 @@ function _location_expand_location($elem
       $element['locpick']['current'] = array(
         '#type' => 'fieldset',
         '#title' => t('Current coordinates'),
+        '#attributes' => array('class' => 'location-current-coordinates-fieldset'),
       );
       $element['locpick']['current']['current_latitude'] = array(
         '#type' => 'item',
