/* CSS Document */
.mystyles { border: 1px solid #000; font-size: 14px; color: #fff; background: #444; padding: 5px; }
.mystyles_multiple { border: 1px solid #000; font-size: 14px; color: #fff; background: #444; padding: 5px; }

.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(../../images/down_arrow_select.jpg) no-repeat right #ddd;
}
.styled-select select {
   background: transparent;
   width: 240px;
   padding: 5px;
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   -webkit-appearance: none;
}

.styled-select-normal {
	width: 130px;
   height: 34px;
   overflow: hidden;
   background: url(../../images/down_arrow_select.jpg) no-repeat right #ddd;
}

.styled-select-normal select {
   width: 130px;
   background: transparent;
   padding: 5px;
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   -webkit-appearance: none;
}