#register {
  text-align: left;
}

#upload {
  text-align: left;
}

#user {
  text-align: right;
}

.label {
  width: 200px;
}
.error { 
  background: red; 
}

.required {
  background: lightgrey;
  /*background-image: url(/images/star.gif);*/
  background-position: right;
}
