.searchsection{
width: 30%;
float: left;
}

::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

.searchsection select[name="scat"] {width: 250px;
color: #666;
border: 1px solid #bbb;
text-indent: 4px;
font-size: 14px;
border-radius: 6px;
margin-top: 0px;
padding-top: 8px;
padding-bottom: 8px;}

:-ms-input-placeholder {  
   color: #666;  
}
.searchsection .selectBox-dropdown {min-width:247px!important; max-width:247px!Important;}

.searchsection input {
padding: 9px 9px;
display: inline-block;
border-radius: 6px;
margin-top: 0px;
border: 1px solid #bbb;
width: 230px;
white-space: nowrap;
overflow: hidden;
font-size: 14px;
}