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