div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float:left;
  width: 100px;
  text-align: right;
	color: #003470;font-weight:bold;
  }
div.row span.longlabel {
  float:left;
  width: 300px;
  text-align: right;
	color: #003470;font-weight:bold;
  }
div.row span.formw {
  float: left;
/*  width: 300px;*/
  text-align: left;
  } 
#contactform {float:left;top:150px;left:0px;
							width:420px;height:475px;
						  padding:20px 10px 10px 0px;
							font-size:100%;
							background:transparent;
							}
#contactform div.row span.formw {width:300px;}
#giftvoucherform {position:absolute;top:150px;left:340px;
							width:420px;height:475px;
						  padding:20px 10px 10px 0px;
							font-size:100%;
							background:transparent;
							}
#giftvoucherform div.row span.formw {width:300px;}
#loginform {position:absolute;top:160px;right:305px;width:300px;
						  padding:0px;text-align:left;
							font-family:Verdana;font-weight:bold;
							background:#fff;
							filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	}
#loginform div.row span.formw {width:300px}
#loginform div.row span.label {text-align: left;}
#loginform div.row {color:#003470;}
input.WardAirBlue {background-color: #003470;color:#fff;}
input.WardAirOrange {background-color: #E8832A;color:#fff;}
div.clearleft {
  clear: left;
  }
#updateform {margin: 70px 0px 0px 20px;}