diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php
index 999ac54..06e9527 100755
--- a/app/views/layouts/default.php
+++ b/app/views/layouts/default.php
@@ -136,7 +136,7 @@ container
= $this->formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
- = $this->textFieldTag("tags", $this->h($this->params()->tags), array('size' => '38', 'autocomplete' => 'off', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: none; background: #2b0000;')) ?>
+ = $this->textFieldTag("tags", $this->h($this->params()->tags), array('size' => '38', 'autocomplete' => 'off', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?>
submitTag($this->t('.search'), array('style' => 'display: none;', 'name' => '')) ?>