
#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 {
  width: 628px;
}

#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-solid {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#form-section-header {
	height: 31px;
}

#form-footer {
	height: 17px;
	margin-bottom: 5px;
	background-image: url(../imgs/bottom_form.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: 30px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 200px;
  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: 0px;
	width: 180px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.form-input-short {
  padding-bottom: 10px;
  width: 84px;
  float: left;
}

.form-input-long {
  padding-bottom: 10px;
  width: 275px;
  float: left;
}

#loan-amount {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	text-decoration: none;
	padding-left: 30px;
}

.amount{
	padding-right: 6px;
}

#citizen-label {
  float: left;
  width: 480px;
  padding-left: 20px;
}

#citizen-input {
	float: left;
	width: auto;
	margin-left: 30px;
	padding-top: 0px;
	vertical-align: top;
}

#tos {
  text-align: center;
  padding-left: 20px;
  padding-bottom: 10px;
}

#submit-button {
  text-align: center;
  padding-top: 10px;
}

#require-elements {
  position: absolute;
  margin-left: 20px;
}

#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:#FFFFFF;
}

.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;
}

.myinput {
	height:16px;
}
