fieldset {
  width:280px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/*-------------
SEARCH
-------------*/

#searchForm fieldset {
    position:relative;
    display:block;
	float:right;
}

div.input {
    width:186px;
    padding:5px 15px 7px 15px;
    border-radius:10px;
    border:1px solid #a5a5a5;
    border-top:1px solid #d1d1d1;
    float:right;
    background:#e7e7e7;
}

    div.input.focus {
        border:1px solid #692d2c;
        box-shadow:0 0 6px #984e4d, inset 0 1px 2px rgba(0,0,0,0.08);
    }

input#s {
    width:100%;
    border:0;
    border-radius:10px;
    background:transparent;
    height:18px;
    color:#a5a5a5;
    text-shadow:0 1px 1px #fff;
}

    input#s:focus {
        outline:none
    }

input#searchSubmit {
    width:19px;
    height:19px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(/styles/images/search-icon.png) no-repeat;
    border:0;
    position:absolute;
    top:7px; right:13px;
    z-index:5;
    display:none;
    cursor:pointer;
}