.bordered select {
   background: transparent;
   border: 2px solid black;
   border-radius: 8px;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 96%;
   margin-left: 2%;
}