
.search .content .col-1 {
	border-top: 0 none;
}

.search .content form, 
.search .content fieldset {
  overflow: hidden;
  position: relative;
}
  .search .content label, 
  .search .content legend {
    display: none;
  }
  .search .content input[type=text] {
    display: block;
    padding: 18px 71px 15px 20px;
    width: 527px;
    margin: 0;
  }
    .search .content form input[type=text]:focus {
      padding: 17px 70px 14px 19px;
    }
    .search .content form input[type=submit] {
    	position: absolute; 
    	right: 2px;
    	top: 2px;
    	border: 0 none;
      font: 0/0 a;
      color: transparent;
      width: 50px;
      height: 50px;
      padding: 0;
      background: url("/wp-content/themes/filmmaker/images/sprite.png") no-repeat -50px -150px;
      cursor: pointer;
      -webkit-border-radius: 0;
      border-radius: 0;
      pointer-events: none;
    }
      .search .content form input[type=text]:focus + input[type=submit] {
        background-position: -100px -150px;
        pointer-events: auto;
      }
      .search .content form input[type=text]:focus + input[type=submit]:hover {
        background-color: #00a1e5;
        background-position: 0 -150px;
      }
      .search .content form input[type=submit]:active {
        background-color: #00a1e5;
        background-position: 0 -150px;
        border: 1px solid #00a1e5;
        border-left: 0 none;
      }
      .ie7 .search .content input[type=submit] {
        text-indent: -9999em;
      }

