div.row {
  clear:both;
  }
  
div.row span {
	padding:2px;
	}

div.row span.label {
  float: left;
  width: 60px;
  text-align: right;
  }
div.row span.formw {
  float: left;
  width: 220px;
  text-align: left;
  }
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
div.row span.right {
  float: left;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
div.row span.submit{
  width:280px;
  text-align:center;
}
#form {
	width: 458px;
	background-color: #f6f6f6;
	padding:10px;
}
#confirmation{
	width: 458px;
	height:220px;
	background-color: #f6f6f6;
	padding: 10px;
}


