* {
    margin: 0;
    padding: 0;
}


#Excangecountry-select {
    /*position: absolute;*/
    position: relative;
    /* top: 3px; */
    right: 0;
    width: auto;
}

    /* rought form styles for when JS is disabled */

    #Excangecountry-select form {
        /*width: 180px;*/
        width: auto;
        padding: 0;
    }

    #Excangecountry-select select,
    #Excangecountry-select input {
        display: inline;
        padding: 0;
        margin: 0;
    }

/* JS-created definition list */
.dropdownExchange dd {
    position: relative;
}

.dropdownExchange a {
    text-decoration: none;
    outline: 0;
    font-size: 1.1em;
    display: block;
}

.dropdownExchange dt a {
    /* background: rgba(255,255,255,0.9); */
    /* border: 1px solid #964315; */
    /* padding: 0px 10px 4px 0px; */
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /* color: #fff; */
}

    .dropdownExchange dt a.active {
        background-color: rgba(255,255,255,0.9);
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 1px dotted #676768;
        -moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
        box-shadow: 0 3px 7px rgba(0,0,0,.5);
        color: #646464;
    }

.dropdownExchange dd ul {
     width: 100%;
    background: #FFFFFF;
    /* border: 1px solid #676768; */
    /* color: #646464; */
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 5px;
    padding: 2px 0 2px 0;
    list-style: none;
    border-top: none;
    margin: 0;
    text-align: left;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    /* box-shadow: 0 3px 7px rgba(0,0,0,.5); */
}

    .dropdownExchange dd ul li a {
        padding: 2px 4px;
    }

        .dropdownExchange dd ul li a span,
        .dropdownExchange dt a span {
            float: left;
            /*width: 10px;
            height: 11px;
            margin: 0px 6px 0 0;
            background-repeat: no-repeat;*/
            cursor: pointer;
            color: #8CC8A0;
            width: 25px;
            margin-left: 5px;
            text-align: center;
        }

.dropdownExchange dt a span {

    margin-right: -18px;
}


.dropdownExchange dd ul li em,
.dropdownExchange dt a em {
    font-style: normal;
    float: none;
    /*width: 100px;*/
    width: auto;
    cursor: pointer;
    color: #646464;
    
}

.dropdownExchange dd ul li a { color: #8cc8a0;}

.dropdownExchange dd ul li a:hover {
    /* background-color: #8cc8a0; */
    color: #ffffff;
}

    .dropdownExchange dd ul li a:hover em {
        color: #fff;
    }
    .dropdownExchange dd ul li a:hover span {
        color: #fff;
        /* background: #8cc8a0; */
    }
    
