#ramps_mob_reg_form {
  text-align: left;
  width: 650px;
}
#ramps_mob_reg_form label,
#ramps_reg_form_options_form label {
  cursor: default;
  font-weight: bold;
}
#ramps_reg_form_options_form textarea {
  height: 100px;
  width: 600px;
}
#ramps_reg_form_options_form input[type="text"] {
  width: 100px;
}
#ramps_mob_reg_form textarea {
  width: 90%;
  height: 70px;
}
#ramps_reg_form_options_form .form-field {
  padding: 10px 0;
  width: 605px;
}
.errorMsgBox {
  border: 1px solid red;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 10px;
  padding: 15px;
  text-align: left;
  width: 618px;
}
.formBox {
  background-color: #eee;
  border: 1px solid #CCCCCC;
  border-radius: 10px 10px 10px 10px;
  font-size: 12px;
  margin-bottom: 15px;
  overflow: auto;
  padding: 15px;
}
.formBox.required {
  border-color: red;
}
.formBox:hover,
.formBox:active {
  box-shadow: 0 0 15px -7px;
}
#ramps_mob_reg_form .missingInput > .formBox {
  border-color: red !important;
}
.formLegend {
  border-bottom: 2px solid #AAD1FF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 5px 5px 5px;
}
.formBox .field {
  margin-bottom: 20px;
}
.formBox .field.float {
  float: left;
  margin-right: 20px;
}
.errorMsgBox {
  text-align: left;
}
.missingText {
  color: red;
  font-weight: bold;
}


body.wp-admin #ramps_mob_reg_form .submit-buttons {
  background-color: #eee;
  border: 1px solid;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 40px;
  position: fixed;
  right: 50px;
  top: 104px;
}
#reg_delete_confirm a {
  text-decoration: none;
  color: #000;
}
#reg_delete_confirm a button {
  font-weight: bold;
}

/** Registration data table **/
#registration_table {
  border: 1px solid #000;
  padding: 5px;
}
#registration_table th {
  padding-bottom: 7px;
  padding-right: 20px;
}
#registration_table td {
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px;
}


/** Message center **/
.message-center {
  margin-left: 50px;
  width: 70%;
  padding: 10px;
  background-color: #D9FCD4;
  border: 2px solid #6DF058;
}
.message-center .close-button {
  float: right;
  clear: none;
}