diff --git a/app/styles/app/modules/forms.sass b/app/styles/app/modules/forms.sass
index 8fb11851..c22f5005 100644
--- a/app/styles/app/modules/forms.sass
+++ b/app/styles/app/modules/forms.sass
@@ -2,18 +2,18 @@
   display: inline-block
   width: 100%
   padding: .4em .4em
-  border: 1px solid #eeedec
+  border: 1px solid #dbdcdc
   border-radius: 2px
   color: $asphalt-grey
   font-size: 14px
   font-family: $font-family-sans-serif
   background: white
 
-
 input[type="text"],
 input[type="email"],
 input[type="number"],
-input[type="password"]
+input[type="password"],
+select
   @extend %input-base
   height: 32px
 
@@ -56,7 +56,7 @@ textarea
     .label
       font-size: $font-size-s
       width: 7rem;
-      line-height: 1.2;
+      line-height: 1.2
 
   @media #{$medium-up}
     .form-elem
diff --git a/app/templates/components/status-images.hbs b/app/templates/components/status-images.hbs
index 991d77be..3aea8d11 100644
--- a/app/templates/components/status-images.hbs
+++ b/app/templates/components/status-images.hbs
@@ -1,5 +1,5 @@
 <a href="#" class="close" {{action "close"}}></a>
-<h3 class="small-title">Status Image</h3>
+<h3 class="small-title popup-title">Status Image</h3>
 <div class="form-pair">
   <label class="form-label">Branch</label>
   {{#if branches.isLoaded}}