/* Drop down styles*/
div.selectbox-wrapper {
  position: absolute;
  top: 29px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 256px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: left;
}

  /*Drop down list styles*/
  div.selectbox-wrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

    /* Selected item in dropdown list*/
    div.selectbox-wrapper ul li.selected {
      background-color: #EAF2FB;
    }

    /* Hover state for dropdown list */
    div.selectbox-wrapper ul li.current {
      background-color: #CDD8E4;
    }

    /* Drop down list items style*/
    div.selectbox-wrapper ul li {
      display: block;
      margin: 0;
      padding: 2px 10px;
      color: #090909;
      list-style-type: none;
      font-size: 13px;
      font-family: Arial, Helvetica, sans-serif;
      cursor: pointer;
    }

/* Look and feel of select box */
.selectbox {
  display: block;
  padding-right: 0;
  padding-left: 10px;
  width: 246px;
  height: 28px;
  border: none;
  border-bottom: 1px solid #34425e;
  background: #fff url(images/select_bg.gif) no-repeat right 0;
  background: none;
  color: #090909;
  text-align: left;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 28px;
  cursor: pointer;
}
/* Look and feel of selectbox_outer */
.selectbox_outer {
  position: relative;
  z-index: 997;
  float: left;
  width: auto;
}

.converter_box select {
    position: relative;
    width: 100%;
    height: 30px;
    border: 0;
}

.styled-select {
  /*overflow: hidden;
  width: 207px;
  height: 30px!Important;
  background: url(images/select_bg.gif) no-repeat top right #fff;
  position:absolute;*/
}

.requestQuoteSelect {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 207px;
  height: 30px;
  border: 1px solid #ccc;
  background: url(images/select_bg.gif) no-repeat top right #fff;
  background-position: 82px 7px;
  text-indent: 0.01px;
  -ms-text-overflow: "";
  -o-text-overflow: "";
  text-overflow: "";
}

* + html .converter_box select {
  -webkit-appearance: none;
  padding: inherit;
  width: 207px;
  height: auto;
  border: 0;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

* + html .styled-select {
  height: auto;
  background: transparent;
}

* html .converter_box select {
  -webkit-appearance: none;
  padding: inherit;
  width: 207px;
  height: auto;
  border: 0;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

* html .styled-select {
  height: auto;
  background: transparent;
}

.spClassFromCountry {
  position: relative;
  top: 7px;
  padding-top: 5px;
  padding-left: 7px;
  font-weight: normal;
  
  display:none
}

.spClassToCountry {
  position: relative;
  top: 7px;
  padding-top: 5px;
  padding-left: 7px;
  font-weight: normal;

  display:none
}

.transferAmount {
    width: 100%;
    border: none;
    line-height: 30px;
    text-indent: 10px;
}
