diff --git a/html/style.css b/html/style.css
index f550eb151..a8eef46de 100644
--- a/html/style.css
+++ b/html/style.css
@@ -930,3 +930,15 @@ div#div_jrn{
div.divinfo
{ color:red;text-align:right;display:block;width:30em;height:13;font-weight:bold}
+
+div#search_form
+{
+ position:absolute;
+ border:1px solid black;
+ top:15%;left:100;
+ margin-left:25%
+ z-index:2;
+ width:50%;
+ display:none;
+ background-color:#e4e7ed;
+}
\ No newline at end of file