/*
 * Currencyr for WordPress - Widget
 * Version 1.0
 *
 * Copyright (c) 2012 Firman Wandayandi
 * Licensed under GNU General Public License Version 2.0 http://www.gnu.org/licenses/gpl-2.0.html
 */
.widget_currencyr .currency-updated{
  text-align: center;
  margin-bottom: 0;
}
.widget_currencyr .currency-base {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 10px;
}
.widget_currencyr .currency-rates {
  margin-bottom: 1em;
}
.widget_currencyr .currency-rates ul {
  list-style: none;
}
.widget_currencyr .currency-rates li {
  text-align: right;
  padding: 5px 10px;
  position: relative;
}
.widget_currencyr .currency-rates li span {
  display: inline-block;
  width: 4em;
  position: absolute;
  left: 10px;
  text-align: left;
  font-weight: bold;
}
.widget_currencyr .currency-converter {
  padding: 5px 10px;
}
.widget_currencyr .currency-converter p {
  margin-bottom: .5em;
  overflow: hidden;
}
.widget_currencyr .currency-converter label {
  display: block;
  width: 3em;
  float: left;
}
.widget_currencyr .currency-converter .currency-amount {
  text-align: right;
}
.widget_currencyr .currency-converter .currency-submit {
  float: right;
  clear: both;
}
.widget_currencyr .currency-result {
  text-align: right;
}
