select {
   border: 1px solid #111;
  background: transparent; 
   width: 150px;
   padding: 5px 35px 5px 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 34px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    /*  background: url(http://www.stackoverflow.com/favicon.ico) 96% / 15% no-repeat #eee; */
background:url(images/dropdown_arrow.png) 96 % / 15% no-repeat #eee;
border-radius: 15px;
} 

