.customSelect {
	width: 100%;
  padding: 8px 0px;
	font-size: 16px; text-align: left;
	background: #fefefe url(../img/v3/icons/select_bg.png) no-repeat   right -3px;
	border: 1px solid #ccc; border-radius: 3px;  
}

.customSelectInner {
  padding: 0 8px;
}
.hpsearch {
  position: relative;
}
select.customselect { 
  padding: 0 !important; 
  line-height: 31px; 
  width:100% !important;   
  left: 0;
  opacity: 0 !important;
  visibility: visible !important;
  z-index: 100;      
}
.customSelect {  
  background: #104388;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#fdfdfd));
  background: -webkit-linear-gradient(top,  #e8e8e8 0%, #fdfdfd 100%);
  background: -moz-linear-gradient(top,  #e8e8e8 0%, #fdfdfd 100%);  
  background: -o-linear-gradient(top,  #e8e8e8 0%, #fdfdfd 100%);
  background: -ms-linear-gradient(top,  #e8e8e8 0%, #fdfdfd 100%);
  background: linear-gradient(top,  #e8e8e8 0%, #fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e8e8e8', EndColorStr='#fdfdfd');
  position: relative;
}
.customSelect:after {  
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fefefe url(../../img/v3/icons/select_bg.png) no-repeat   right -3px;
}


