/* Transparent with a light grey frame */
/* Version 19.00 (##009##) */

div.fcp_wrapper {border:0px solid lightgray;}
div.fcp_captcha {
  text-align: center;
  font-size: 10px;
}
div.fcp_sendrow {
  text-align: center;
  margin-top: 10px
}
div.fcp_line input:not([type="submit"]) {
  margin: 0;
  width: 100%;
  height: 3em;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 0;
}
div.fcp_line input[type="radio"] {
  width: 1em;
  height: 1em;
  margin: 0 .5em 0 0;
  vertical-align: middle;
}
div.fcp_line input[type="checkbox"], div.fcp_line input[type="radio"] {
  width: 1em;
  height: 1em;
  margin: 0 .5em 0 0;
  vertical-align: middle;
}
div.fcp_line textarea, div.fcp_line select {
  background-color: #f5f5f5;
  border: 1px solid #abaaaa;
  box-shadow: none;
  outline: none;
  transition: border .3s;
}
div.fcp_label {
  text-align: left;
  margin: 0;
  padding: 10px 0;
}
div.fcp_line select {
  min-width: 300px;
  padding: 1px 3px;
  border-radius: 3px;
  height: 3em;
}
.fcp_wrapper select:not(.form-select):not(.form-control) {
  padding-left: 15px;
}