diff --git a/plugins/unl_theme/views/default/css.php b/plugins/unl_theme/views/default/css.php
index 5bcc63a5bf9fa07353237551e688bd9276ac431b..07f9013c8e5254358559c5db43b64ef771ac6494 100644
--- a/plugins/unl_theme/views/default/css.php
+++ b/plugins/unl_theme/views/default/css.php
@@ -873,14 +873,14 @@ form#searchform label {
 	color:#6d6d6d;
 	display:none;
 }
-form#searchform .search_submit_button {
+form#searchform input.search_submit_button {
     background:url('<?php echo $vars['url']; ?>/mod/unl_theme/views/default/images/magnifyingGlass.png') no-repeat;
     width:20px;
     height:20px;
     text-indent:-9999em;
     border:none;
 }
-form#searchform .search_submit_button:hover {
+form#searchform input.search_submit_button:hover {
 	cursor:pointer;
 }