 /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 14, 2017, 1:26:36 PM
    Author     : opl
*/
#opl-searchform-form {
    width:70%;
}
 
#opl-searchform-form .form-item-search-target label {
    padding-right: 5px;
    display: inline-table;
    font-size: 12px;
    font-weight: bold;
}

#opl-searchform-form .form-item-search-type label {
    padding-right: 5px;
    display: inline-table;
    font-size: 12px;
    font-weight: bold;
}
#opl-searchform-form .form-item-search-type {
    float:left;
    padding-right:5px;
}
.form-item.form-type-select.form-item-search-target {
    float:left;
    padding-right:20px;
}

input#edit-search-terms{
    float:left;
    width:30%;
}

 #opl-searchform-search.form-item-search-terms {
    display: inline-block;
    margin-bottom: 0;
 }
input#edit-search-button {
  min-height: 28px;
  background-color: #394264;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #fff;
  margin-top: 0px; 
 }
  