Index: location.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/location.css,v
retrieving revision 1.8
diff -u -p -r1.8 location.css
--- location.css	16 Sep 2008 17:25:04 -0000	1.8
+++ location.css	7 Apr 2010 04:53:10 -0000
@@ -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;
 }
 
Index: location.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/location.module,v
retrieving revision 1.222.2.30
diff -u -p -r1.222.2.30 location.module
--- location.module	6 Apr 2010 05:13:45 -0000	1.222.2.30
+++ location.module	7 Apr 2010 04:53:10 -0000
@@ -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',
