.styled-select select {
   background: transparent;
   width: 110%;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   font-size:11pt;
   -webkit-appearance: none;
   
   color: rgba(0,0,0,0.5);
   }

.styled-select {
   width: 100%;
   height: 44px;
   overflow: hidden;
   background: url(select_arrow.png) no-repeat right;
   /*border: 1px solid #ccc;*/
   /*border-bottom:  1px solid #dddddd;
   border-top:none;
   border-left:none;
   border-right:none;*/
   border:  1px solid #dddddd;
   font-size:11px;
   /*color:#826d5d;
   font-style:italic;*/
   }
   
   