header {
  background-image: url("http://www.brandemergency.co.za/metro/arrows.png");
  background-repeat: no-repeat;
  background-position: center;
}

.flt-left {
	float: left;
    width: 50%;
  	margin-bottom: 30px;
}

.flt-right {
	float: right;
    width: 50%;
    margin-bottom: 30px;
}

.flt-left select,
.flt-right select {
	padding: 16px;
    margin-top: 3px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #f5f5f5;
    max-width: 100%;
  	width: 85%;
    color: #444;
}

.flt-left textarea,
.flt-right textarea {
	padding: 16px;
    margin-top: 3px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #f5f5f5;
    max-width: 100%;
  	width: 76%;
    height: 107px;
    color: #444;
}

.flt-left fieldset,
.flt-right fieldset {
  margin-bottom: 10px!important;
}

.select-type {
  text-align: center;
}

.clearfix {
	clear: both;
    height: 0;
    line-height: 0;
}

#submitloan {
  float: right;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
  border: 2px solid #f7e700;
  position: relative;
  margin-top: 50px;
  text-align: center;
  float: left;
  width: 100%;
}

div.wpcf7-mail-sent-ok {
  position: relative;
  margin-top: 50px;
  text-align: center;
  float: left;
  width: 100%;
  border: 2px solid #398f14;
}