﻿.ddlCountry {
    width: 300px;
    height:38px;
}

.styled-select {
   width: 300px;
   height: 38px;
   overflow: hidden;
   /*background: url(../Images/White_Arrow_bar.png) no-repeat #ef841e;*/
   background: url(../Images/White_Arrow_bar.png) no-repeat #ffffff;
   border: 1px solid #ccc;
   border-radius: 4px;
   z-index: 10000;
   position:relative;
   }

.styled-select select {
   background: transparent;
   width: 330px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 38px;
   -webkit-appearance: none;
   position:absolute;
   margin-left: -1px;
   }
select::-ms-value {background: none; color: #42413D;
/*select::-ms-value {background: transparent;}*/