/* ------------------
 styling for the select 
   ------------------   */
.s_picker {
overflow: none;
/* background: url(../img/bg_select.png) no-repeat ; */
border-radius: 10px;
}
.s_picker select {
background: transparent;
padding: 5px;
border: 1px solid #CCC;
font-weight: bold;
outline:0px;
-webkit-appearance: none;
cursor: pointer;
border-radius: 10px;
}
.s_picker option {
background: lightgrey;
padding: 5px;
border: 1px solid #CCC;
outline:0px;
margin: 2px;
font-size: 16px;
-webkit-appearance: none;
}