#amarilysform {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
}
#amarilysform a{
  color:#333;
}
#amarilysform .pricing {
   padding:10px;
   box-sizing:border-box;
   margin-bottom:10px;
}
#amarilysform .hideme {display:none;}
#amarilysform #response {
    background: #3acc3a;
    color: #fff;
    padding: 10px;
    font-weight: ;
    border-radius: 5px;
    margin-bottom:10px;
    display:none;
}
#amarilysform #error {
    background: red;
    color: #fff;
    padding: 10px;
    font-weight: ;
    border-radius: 5px;
    margin-bottom:10px;
    display:none;
}
#amarilysform #sendbtn,
#amarilyswaitingform #sendbtn {
  background:#8B0E3F;
  border:none;
}
#form-list-item-waitinglist {
  list-style-type: none;
  text-align: center;
  background: #f0efef;
  padding: 20px;
  border-radius: 4px;
  margin-left:auto;
  margin-right:auto;
}
.fl-item-waitinglist {
  background: #8B0E3F;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  display: block;
  width:200px;
  transition: 0.5s ease;
  margin-left:auto;
  margin-right:auto;
}
.fl-item-waitinglist:hover {
  color:#fff; text-decoration: none;
}
