#block-search-form {
	float:right;
	padding-left: 10px;
	border-left: 1px solid;
	height: 48px;
}

#search-block-form {
  margin: 0px;
  padding: 12px 0;
}

#search-block-form .form-item-search-block-form {
  float: left;
  margin: 0;
  background: none repeat #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
}

#search-block-form .form-actions {
  float: left;
  margin: -2px 0 0;
  padding: 0 10px;
}

#search-block-form input[type="submit"] {
  border: medium none;
        text-decoration: none;
  outline: none;
  border: medium none;
}

#search-block-form input[type="text"] {
  margin: 0px;
  padding: 4px 10px;
  outline: none;
  border: medium none;
  width: 160px;
  max-width: inherit;
}


.block-search {}
.block-search .form-submit:hover,
.block-search .form-submit {
  background: url(../images/search_icon.071414.png) no-repeat center center transparent;
  text-indent: -999em;
  outline: none;
  border-radius: 0px;
  margin: 0px;
}


/** yes they have to be seperated out .. I know .. silly */
.block-search .form-text {
  opacity: 1;
  text-transform: inherit;
  -moz-appearance:    none;
  -webkit-appearance: none;
  appearance: none;
  border: medium none;
  outline: none;
  outline-offset: 0px;
  color: #bdc3c5;
}
.block-search .form-text::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  border: medium none;
  outline: none;
  outline-offset: 0px;
  color: #bdc3c5;
}
.block-search .form-text:-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  -moz-appearance:    textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  border: medium none;
  color: #bdc3c5;
}
.block-search .form-text::-moz-placeholder { 
  opacity: 1;
  text-transform: uppercase;
  -moz-appearance:    textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  border: medium none;
  color: #bdc3c5;
}
.block-search .form-text:-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
  -moz-appearance:    textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  border: medium none;
  color: #bdc3c5;
}

.block-search .form-text::-webkit-search-cancel-button,
.block-search .form-text::-webkit-search-decoration,
.block-search .form-text::-webkit-search-results-button,
.block-search .form-text::-webkit-search-results-decoration {
  -webkit-appearance:none;
  outline:none;
}
.block-search .form-text {
  -webkit-appearance:textfield;
  -webkit-box-sizing:content-box;
}

        @media only screen and (max-width: 575px) {
		#search-block-form .form-actions { padding: 0 4px; }
		#edit-search-block-form--2 { width: 116px !important; }	
	}

	@media only screen and (max-width: 520px) {
		#edit-search-block-form--2 { width: 70px !important; }
	}

 @media only screen and (max-width: 473px) {
    .form-item-search-block-form { margin-top: 10px !important; }
    #search-block-form #edit-submit { margin-top: 10px !important; }
   #block-search-form {
     padding-bottom: 11px;
    }

  }

        @media only screen and (max-width: 332px) {
                #edit-search-block-form--2 { width: 53px !important; }
        }

