form select {
  float: right;
  width: 60%;
}

form span {
  float: right;
  width: 60%;
  clear: right;
}

form p {
  float: left;
  width: 100%;
}

label {
  float: left;
  width: 35%;
  text-align: right;
} 

button {
  margin-left: 40%;
}