/ START - Move/Style Quick Search Bar /
#QuickSearch {
top: -103px !important;
background-color: transparent !important;
}
#QuickSearch.active {
background: #176093; / Old browsers /
background: -moz-linear-gradient(top, #176093 0%, #60abf8 39%, #ffffff 80%); / FF3.6+ /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#176093), color-stop(39%,#60abf8), color-stop(80%,#ffffff)); / Chrome,Safari4+ /
background: -webkit-linear-gradient(top, #176093 0%,#60abf8 39%,#ffffff 80%); / Chrome10+,Safari5.1+ /
background: -o-linear-gradient(top, #176093 0%,#60abf8 39%,#ffffff 80%); / Opera 11.10+ /
background: -ms-linear-gradient(top, #176093 0%,#60abf8 39%,#ffffff 80%); / IE10+ /
background: linear-gradient(to bottom, #176093 0%,#60abf8 39%,#ffffff 80%); / W3C /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#176093', endColorstr='#ffffff',GradientType=0 ); / IE6-9 /
}
.formPopup {
background-color: transparent !important;
}
<xen:if is="@enableResponsive">
@media (max-width:@maxResponsiveMediumWidth)
{
.Responsive #QuickSearch
{
top: -18px !important;
}
}
</xen:if>
/ END - Move/Style Quick Search Bar /