.next { 
    background-color: #b32636;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: #fff;

    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    padding: 10px 20px;
}

#repcontact_overlay_background {
  top: 0; bottom: 0; left: 0; right: 0;
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  display: none;
  z-index: 10;
}

#repcontact_overlay_background #repcontact_overlay_dialog {
  width: 75%;
  height: 45%;
  margin-top: auto; margin-bottom: auto; margin-left: auto; margin-right: auto;
  top: 0; left: 0; right: 0; bottom: 0;
  position: absolute;
  background-color: white;
  padding: 2em;
  border: 3px black solid;
  overflow-y: scroll;

}
#repcontact_overlay_background #repcontact_overlay_close {
    border: 1px solid black;
    cursor: pointer;
    font-size: 20px;
    padding-left: .2em;
    padding-right: .2em;
    position: absolute;
    top: 6px;
    right: 12px;
}
