/** Control Search Form**/
#fm_quicksearch_form{
position: relative; 
width: 160px; 
border-bottom-left-radius: 1px;
border-bottom-right-radius: 1px;
border-top-left-radius: 1px;
border-top-right-radius: 1px;  
height: 50px; display: block; overflow: hidden; padding: 0; margin: 0;
z-index: 10000;
}
#fm_quicksearch_form form{height: 50px; width: 160px;}

/** Search Input Field Styles/Controls **/
input#fm_quicksearch {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    color: #808076;
    cursor: auto;
    display: block;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 49px;
    letter-spacing: normal;
    line-height: 49px;
    list-style-type: none;
    padding: 0 50px 0 18px !important;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0; 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    vertical-align: middle;
    border: 0;
    background: black;
    width: 100% !important;
    *width: 154px !important;
    outline: none;

    transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s; /* Firefox 4 */
    -webkit-transition: background 0.2s, color 0.2s; /* Safari and Chrome */
    -o-transition: background 0.2s, color 0.2s; /* Opera */
}
#fm_quicksearch_form:hover input#fm_quicksearch{background: white;}
.fm_quicksearch-on #fm_quicksearch{background: white;}

#fm_quicksearch_form.fm_quicksearch-down:hover #fm_quicksearch, .fm_quicksearch-down.fm_quicksearch-on #fm_quicksearch{color: black !important;}

/** Button Off/On/Hover **/
#fm_quicksearch-btn{
	position: absolute;
	top: 0;
	right: 49px;
	width: 49px; height: 49px;
	background: url('http://filmmakermagazine.com/wp-content/themes/filmmaker/images/sprite.png') 1px -154px no-repeat;
	border: 0;
	cursor: hand !important;
	padding: 0;
	margin: 0;
}
#fm_quicksearch-btn:hover{background: #00a1e5 url('http://filmmakermagazine.com/wp-content/themes/filmmaker/images/sprite.png') 0px -154px no-repeat !important;}
#fm_quicksearch_form:hover #fm_quicksearch-btn, .fm_quicksearch-on #fm_quicksearch-btn{	background: url('http://filmmakermagazine.com/wp-content/themes/filmmaker/images/sprite.png') -49px -154px no-repeat;}