@charset "utf-8";
/* CSS Document */

input.input-short-pink {
  background-color:#FFABCE;
  width:98%;
}

.name-form-long {
  display:block;
  width:90%;
  height:20%;
}

.name-form-short {
  display:block;
  width:90%;
  height:20%;
}
.center-text {
  display:inline-block;
  width:78%;
  height:90%;
  margin-left:1%;
  font-size:16px;
  border:0px;
  outline:0;
}
input[type="checkbox"] {
	vertical-align:middle;
  margin:0px;
}
