#user_profile { 
    padding: 10px;
}

#user_profile .user_row{
  padding: 10px;
  width: 100%;
}

#user_profile .user_row label{
  width: 150px;
  text-align: right;
  display: block;
  float: left;
  margin-right: 5px;
}

#user_profile .user_row input {
  float:left;
  margin-right: 6px;
}

#message {
  width: 100%;
  color: red;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}

.remove{
  vertical-align: top;
}

