.box {
  padding: 5px;

}
.Container {
  width: 400px;
}
.Section {
  height:50px;
}
.SectionText {
  font-weight:bold;
  font-size: 1.5em;
}
.Field {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.FieldSubmit {
  text-align: right;
  height: 50px;

}
.Submit {
  background: red;
  color: white;
  font-weight: bold;
}
.FieldTitle {
   width: 100%;
   text-align: left;
   font-size: 12px;
   font-family: Arial;
}

.InputField_Amount {
	background-image:url(images/pound.gif);
	background-repeat:no-repeat;background-position:left center;padding-left:12px;
}