div#currency_converter {
    color: black;
    display: block;
    font-family: Trebuchet MS,Arial,Verdana;
    font-size: 11px;
    margin: 0 auto;
    width: 200px;
}

div#currency_converter .center div.form-item {
    margin: 0;
    padding: 0;
}

div#currency_converter div.byr {
    background: url(images/byr.png) no-repeat left center;
    height: 35px;
    padding-left: 29px;
}

div#currency_converter div.rub {
    background: url(images/rub.png) no-repeat left center;
    height: 35px;
    padding-left: 29px;
}

div#currency_converter div.usd {
    background: url(images/usd.png) no-repeat left center;
    height: 35px;
    padding-left: 29px;
}

div#currency_converter div.eur {
    background: url(images/eur.png) no-repeat left center;
    height: 35px;
    padding-left: 29px;
}

div#currency_converter div.cad {
    background: url(images/cad.png) no-repeat left center;
    height: 35px;
    padding-left: 29px;
}

div#currency_converter div.pln {
    background: url(images/pln.png) no-repeat left center;
    height: 35px;
    padding-left: 29px;
}

div#currency_converter div.uah {
    background: url(images/uah.png) no-repeat left center;
    height: 35px;
    padding-left: 29px;
}

div#currency_converter div.cny {
    background: url(images/cny.png) no-repeat left center;
    height: 35px;
    padding-left: 29px;
}

div#currency_converter div.kzt {
    background: url(images/kzt.png) no-repeat left center;
    height: 35px;
    padding-left: 29px;
}

div#currency_converter label {
    float: left;
    line-height: 35px;
}

div#currency_converter span {
    color: #DB0000;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
}

div#currency_converter input {
    border: 1px solid #CCCCCC;
    float: right;
    height: 20px;
    margin-top: 5px;
    padding: 2px;
    width: 60px;
}

div#currency_converter input.active {
    width: 110px;
}

div#currency_converter div.additional {
    height: 15px;
    padding-top: 5px;
    text-align: right;
}

div#currency_converter div.additional span {
    color: black;
    font-size: 10px;
    height: 15px;
    line-height: 18px;
}

div#currency_converter div.additional .dev {
    background: url("images/im.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-left: 10px;
    width: 10px;
}