diff --git a/src/main/webapp/css_new/geosearch.css b/src/main/webapp/css_new/geosearch.css
index 3d4f7560ad324c7d453702bc3e56e15fa9b55cbd..61d6b3476f096f21fb3eaa8c108d39d24e932cc1 100644
--- a/src/main/webapp/css_new/geosearch.css
+++ b/src/main/webapp/css_new/geosearch.css
@@ -56,8 +56,8 @@
 
 .leaflet-control-geosearch-msg ul.leaflet-control-geosearch-result li {
 	border: 1px solid #CCCCCC;
-	border-radius: 5px;
-    box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
+	border-radius: 4px;
+    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
 }
 
 .leaflet-control-geosearch-msg ul.leaflet-control-geosearch-result li div {
@@ -75,32 +75,24 @@
 
 .leaflet-control-geosearch-searchdiv {
 	background: none repeat scroll 0 0 #FFFFFF;
-    border-radius: 5px 0px 0px 5px;
-	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.65);
-	padding: 5px;
-	width: 390px;
-	height: auto;
+    border-radius: 4px;
+	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65)
 }
 
 .leaflet-control-geosearch-searchdiv input {
 	background-color: #FFFFFF;
 	border: none;
 	height: 28px;
-	padding: 0px;
-	text-indent: 4px;
-	width: 100%;
+	margin: 5px;
+	width: 390px;
 }
 
 .leaflet-control-geosearch-btn {
     background: url('/isochrones/img_new/geosearch.png') no-repeat scroll center center #00CC44;
     background-size: auto 100%;
 	border: 0px none;
-    border-radius: 0px 5px 5px 0px;
+    border-radius: 0px 4px 4px 0px;
+    float: right;
     height: 38px;
-    left: 400px;
-    position: absolute;
-    text-align: center;
-    top: 0px;
-    vertical-align: top;
     width: 72px;
 }
diff --git a/src/main/webapp/js_new/geosearch.js b/src/main/webapp/js_new/geosearch.js
index 3b2b5c5ccac5bb7b36ad6425fafaf1b556b639f1..47877638bc9744a8d7ac82c45a9ac0a8b7d9dc50 100644
--- a/src/main/webapp/js_new/geosearch.js
+++ b/src/main/webapp/js_new/geosearch.js
@@ -30,7 +30,7 @@ L.Control.GeoSearch = L.Control.extend({
 
     _config: {
         country: '',
-        searchLabel: 'search for address ...',
+        searchLabel: 'Search for address ...',
         notFoundMessage: 'Sorry, that address could not be found.',
         messageHideDelay: 3000,
         zoomLevel: 18