
.ExchangeContent {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  line-height: 1.3em;
  min-height: 36em;
}

.FromCurrency,
.ToCurrency {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #3A681A;
  line-height: 1.1em;
}


.from-currency,
.to-currency {
  display: block;
/*
  border: 1px solid white;
*/
  border: 1px solid #EEE;
  padding-top: 3px;
  padding-bottom: 2px;
  margin-bottom: 4px;
  background: #FFFFFF;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  -ms-border-radius: .3em;
  -o-border-radius: .3em;
  border-radius: .3em;

  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.from-currency:hover,
.to-currency:hover {
  cursor: pointer;
}

.progress-bar {
  clear: both;
  border: 1px solid #008000;
  background-color: #EEE;
  height: 17px;
  width: 150px;
  padding-right: 1px;
  overflow: hidden;

  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  -ms-border-radius: .3em;
  -o-border-radius: .3em;
  border-radius: .3em;
}

.progress-bar-left {
  float: left;
  background: #008000 url(/images/disc_bar.gif);
  width: 0%;
  height: 17px;
}

.progress-bar-left-dis {
  float: left;
  background: #808080 url(/images/disc_bar_grey.gif);
  width: 0%;
  height: 17px;
}

.progress-bar-right {
  float: left;
  height: 17px;
}

.CheckResponse {
  color: red;
  min-height: 3em;
}



