
/**
 * Resources
 */

.historic-fixed-rates TABLE {
  width: 100%;
  border-collapse: collapse;
}

.historic-fixed-rates TABLE TR TD {
  border: 1px solid #eeece5;
  padding: 2px 6px;
}

.historic-fixed-rates TABLE THEAD TR TD {
  background: #f7f6f1;
}

#text-rates .fieldset {
  width: 336px;
}

#text-rates .partition {
  float: left;
  width: 18px;
}

#text-rates label {
  display: block;
  height: 16px;
  padding-left: 3px;
  color: #868686;
  line-height: 16px;
}

#text-rates .field {
  height: 30px;
  padding: 0px;
}

#text-rates .textarea {
  height: 168px;
}

#text-rates .field,
#text-rates .textarea {
  background: #ccecfa;
  background: #f3f2ea;
}

#text-rates .radio {
  float: left;
}

#text-rates .field INPUT,
#text-rates .field SELECT,
#text-rates .textarea TEXTAREA {
  width: 320px;
  color: #868686;
  margin: 3px;
  border: 1px solid #a5acb2;
  padding: 4px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

#text-rates .field SELECT {
  width: 330px;
  margin-top: 5px;
}

#text-rates .textarea TEXTAREA {
  height: 152px;
}

#text-rates .lock {
  padding-left: 10px;
  background: url('../images/lock.gif') 0px 3px no-repeat;
}

#text-rates #securitycode {
  float: left;
  margin-top: 3px;
  margin-left: 3px;
  border: 1px solid #a5acb2;
}

#text-rates #captcha {
  width: 235px;
}

#text-rates #submit {
  line-height: 32px;
}

#text-rates #error {
  display: none;
  float: left;
  padding-left: 26px;
  background: url('../images/alert.gif') left center no-repeat;
  color: #cc3300;
  font-weight: bold;
}


