h2 {
  color: white;
  font-size: 14px;
  padding-top: 3px;
  padding-left: 5px;
  margin: 0;
}

#step1-header {
  width: 667px;
  height: 58px;
  margin: 0 auto;
}

#step2-header {
	width: 667px;
	height: 227px;
	margin: 0 auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/cheque.jpg);
	background-repeat: no-repeat;
}

#arrow {
  position: absolute;
  margin-top: 30px;
  margin-left: -130px;
  width: 130px;
  height: 117px;
  background: url(/images/arrow.png) no-repeat;
}

#form {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#form-header {
	height: 18px;
	background-repeat: no-repeat;
}

#form-header-solid {
  height: 21px;
  padding-left: 5px;
  background: url(/images/form_header_solid.png) no-repeat;
}

#form-content {
}

#form-content-solid {
  background: url(/images/form_content_solid.png) no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
}

#form-section-header {
	height: 36px;
}

#form-footer {
	height: 30px;
	margin-bottom: 20px;
	background-image: url(../img/bottomform.jpg);
	background-repeat: no-repeat;
}

#form-footer-page2 {
  *margin-left: 4px;
  height: 30px;
  background: url(/images/form_footer.png) no-repeat;
  margin-bottom: 20px;
}

.form-plain {
  padding-left: 20px;
  padding-bottom: 10px;
  float: left;
}

.form-label {
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 6px;
  width: 75px;
  font-weight: bold;
  float: left;
}

.form-label-long {
  padding-left: 30px;
  padding-bottom: 10px;
  width: 180px;
  font-weight: bold;
  float: left;
}

.form-input {
	padding-bottom: 4px;
	width: 190px;
	float: left;
}

.form-input-long {
  padding-bottom: 10px;
  width: 275px;
  float: left;
}

#loan-amount {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 20px;
}

#citizen-label {
	float: left;
	width: 500px;
	padding-left: 10px;
	font-size: 80%;
}

#citizen-input {
	margin-left: 20px;
	padding-top: 0px;
	vertical-align: top;
	float: left;
}

#tos {
  text-align: center;
  padding-left: 20px;
  padding-bottom: 10px;
}

#submit-button {
	text-align: right;
	padding-top: 5px;
	clear: both;
	padding-right: 20px;
}

.require-elements {
	float: left;
	margin-left: 10px;
	width: 200px;
}

#submit {
  font-size:14pt;
  font-weight:bold;
  border:1px solid;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

#submit.start {
  color:#FFFFFF;
  background-color:orange;
  border-color:#2D4148;
}

#submit.loading {
  color:#FFFFFF;
  background-color:#FF6600;
  border-color:#592300; 
}

#errors {
  color: red;
  font-weight: bold;
  width: 225px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.required {
  position: absolute;
  margin-left: -10px;
  font-size:80%;
  color:#990000;
}

.warn {
  font-size:80%;
  color:#ff0000;
}

#date {
  position: absolute;
  margin-top: 22px;
  margin-left: 510px;
}

#check-name {
  position: absolute;
  margin-top: 61px;
  margin-left: 50px;
}

#amt {
  position: absolute;
  margin-top: 85px;
  margin-left: 550px;
}

#amt-string {
  position: absolute;
  margin-top: 85px;
  margin-left: 50px;
}


#thanks {
  width: 500px;
  padding: 25px 0 50px 0;
  margin: 0 auto;
  color: #411e63;
  font-size: 18px;
  font-weight: bold;
}

.clear {
  clear: both;
}

.amount {
	padding-left: 2px;
	font-size: 18px;
	color: #000000;
}

.txt-input{
	height:15px;
	background-color: #CEDBAF;
}

.amount a {
	color: #000000;
	text-decoration: none;
}

.amount a:hover {
	color: #990000;
	text-decoration: none;
}

