body {
  background-color: #ececec;
  color: #333333;
  font-size: 11pt;
  background-image: url(/images/layout/body-bg.png);
  background-repeat: repeat-x; }

input[type=text], input[type=password], textarea {
  padding: 5px;
  border: solid #e0e0e0 1px; }

.quotation {
  color: #f0161d;
  font-size: 30pt;
  text-align: center;
  margin: 25px 0px 20px 0px; }

.page-title {
  font-size: 34px;
  color: #333333;
  padding-bottom: 20px; }

.section-title {
  font-size: 34px;
  color: #333333; }

.sub-title {
  font-size: 18px;
  color: #333333; }

.dotted-line {
  background-image: url(/images/layout/dotted-line.gif);
  margin-top: 40px;
  margin-bottom: 40px;
  height: 1px; }

.tip {
  color: #858585;
  font-style: italic; }

a {
  color: #f0161d;
  text-decoration: none; }
  a:link, a:visited, a:active {
    color: #f0161d;
    text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #f06266; }

.form-col {
  float: left; }

.marginr {
  margin-right: 15px; }

.talignr {
  text-align: right; }

.talignl {
  text-align: left; }

.talignc {
  text-align: center; }

.floatl {
  float: left; }

.floatr {
  float: right; }

.clear {
  clear: both; }
