.formBlockSurveyContainer {
  display: block;
  width: 460px; /* THIS IS LIKE THE MASTER WIDTH OF THE FORM */
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.formBlockSurveyRowContainer,
.formBlockSurveySubmitContainer,
.formBlockSurveyCaptchaContainer,
.ccm-input-captcha-div,
.ccm-captcha-image-div,
.ccm-captcha-reclick-div,
.formBlockSurveyQuestion,
.formBlockSurveyAnswer {
  padding: 0px;
}
.formBlockSurveyRowContainer,
.formBlockSurveySubmitContainer,
.formBlockSurveyCaptchaContainer {
  display: inline-block;
  padding-bottom: 10px;
}
.formBlockSurveyAnswer input,
.formBlockSurveyAnswer input[type=tel],
.formBlockSurveyAnswer input[type=url],
.formBlockSurveyAnswer input[type=text],
.formBlockSurveyAnswer input[type=email],
.formBlockSurveyAnswer textarea {
  font-family: "Open Sans", Tahoma, Geneva, sans-serif;
  float: left;
  width: 193px; /* LOOK BELOW AND YOU WILL SEE THERE IS 2px NEEDED FOR THE BORDER AND 4px FOR THE PADDING ON EACH SIDE, SO MAKE THIS 10px NARROWER THAN THE MASTER WIDTH */
  padding: 7px 10px 7px 10px !important; /* THIS VALUE MUST BE SPECIFIED TO OVERRIDE THE CONCRETE DEFAULT */
  border: 1px solid #ccc !important; /* THIS VALUE MUST BE SPECIFIED TO OVERRIDE THE CONCRETE DEFAULT */
  margin: 0px 5px 0px 5px;
  background: #FFFFFF;
  color: #000;
  font-size: 14px;
}
.formBlockSurveyAnswer textarea {
  width: 418px;
  height: 150px;
}

.formBlockSurveyAnswer .radioPair {
  float: left;
  width: 370px;
  padding: 4px 15px 0px 35px;
}
.formBlockSurveyAnswer input[type=radio],
.formBlockSurveyAnswer input[type=checkbox] {
  float: left;
  width: 16px;
  padding: 0px !important;
  margin: 6px 2px 0px 0px !important;
}

.formBlockSurveyQuestion label {
  width: 370px;
  padding: 0px 15px 0px 15px;
  margin-bottom: 2px !important;
}

.formBlockSurveyCaptchaContainer {
  width: 100%;
}
.ccm-input-captcha-div,
.ccm-captcha-image-div,
.ccm-captcha-reclick-div {
  clear: both;
}
.ccm-input-captcha-div input {
  float: left;
  width: 418px; /* LOOK BELOW AND YOU WILL SEE THERE IS 2px NEEDED FOR THE BORDER AND 4px FOR THE PADDING ON EACH SIDE, SO MAKE THIS 10px NARROWER THAN THE MASTER WIDTH */
  padding: 7px 10px 7px 10px !important; /* THIS VALUE MUST BE SPECIFIED TO OVERRIDE THE CONCRETE DEFAULT */
  border: 1px solid #ccc !important; /* THIS VALUE MUST BE SPECIFIED TO OVERRIDE THE CONCRETE DEFAULT */
  margin: 0px 5px 0px 5px;
  background: #FFFFFF;
  color: #444444;
  font-size: 14px;
}

/* THIS IS THE STYLING FOR THE SUBMIT BUTTON */
.formBlockSurveySubmitContainer {
  width: 100%;
  text-align: center;
}
.formBlockSubmitButton {
  width: 250px !important;
  border: 0px;
  padding: 10px 0px 10px 0px;
  color: #FFFFFF !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #ED1C23 !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ED1C23),color-stop(1, #D60B12));
  background-image: -o-linear-gradient(bottom, #ED1C23 0%, #D60B12 100%);
  background-image: -moz-linear-gradient(bottom, #ED1C23 0%, #D60B12 100%);
  background-image: -webkit-linear-gradient(bottom, #ED1C23 0%, #D60B12 100%);
  background-image: -ms-linear-gradient(bottom, #ED1C23 0%, #D60B12 100%);
  background-image: linear-gradient(to bottom, #ED1C23 0%, #D60B12 100%);
}
.formBlockSubmitButton:hover {
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #D60B12),color-stop(1, #ED1C23));
  background-image: -o-linear-gradient(bottom, #D60B12 0%, #ED1C23 100%);
  background-image: -moz-linear-gradient(bottom, #D60B12 0%, #ED1C23 100%);
  background-image: -webkit-linear-gradient(bottom, #D60B12 0%, #ED1C23 100%);
  background-image: -ms-linear-gradient(bottom, #D60B12 0%, #ED1C23 100%);
  background-image: linear-gradient(to bottom, #D60B12 0%, #ED1C23 100%);
  cursor: pointer;
}
.formBlockSubmitButton:active {
  border: 1px solid #93070c !important;
}
/* THIS IS THE COLOUR OF THE ASTERISK SYMBOLS */
.formBlockSurveyQuestion .required { color: #2D75BE !important; }

.ccm-captcha-image-div {
  padding: 6px 0px 2px 0px;
}
.ccm-captcha-image {
  margin:0 auto;
}
.ccm-captcha-reclick-div {
  color: #666666;
  font-size: 11px;
  line-height: 13px;
  font-family: "Open Sans", Tahoma, Geneva, sans-serif;
  text-align: center;
}

:-moz-placeholder { color: #777 !important; }
::-moz-placeholder { color: #777 !important; }
:-ms-input-placeholder { color: #777 !important; }
::-webkit-input-placeholder { color: #777 !important; opacity: 1 !important; }

.two_column .formBlockSurveyContainer { width: 840px; }
.two_column .formBlockSurveyAnswer textarea { width: 790px; }

.narrow .formBlockSurveyContainer { width: 100%; max-width: 260px; }
.narrow .formBlockSurveyRowContainer,
.narrow .formBlockSurveySubmitContainer,
.narrow .formBlockSurveyCaptchaContainer { width: 100%; }
.narrow .formBlockSurveyAnswer textarea { width: 100%; }
.narrow .formBlockSurveyAnswer input,
.narrow .formBlockSurveyAnswer input[type=tel],
.narrow .formBlockSurveyAnswer input[type=url],
.narrow .formBlockSurveyAnswer input[type=text],
.narrow .formBlockSurveyAnswer input[type=email],
.narrow .formBlockSurveyAnswer textarea,
.narrow .ccm-input-captcha-div input {
  width: 92%;
  padding-top: 12px !important;
  padding-left: 4% !important;
  padding-right: 4% !important;
  padding-bottom: 12px !important;
  margin: 0px;
}
.narrow .formBlockSurveyAnswer textarea { height: 100px; }
.narrow .formBlockSurveyAnswer .radioPair {
  width: 88% !important;
  padding: 4px 4% 0px 8% !important;
}
.formBlockSurveyQuestion label {
  width: 92% !important;
  padding: 0px 4% 0px 4% !important;
}
.narrow .formBlockSubmitButton {
  width: 100% !important;
}

@media (max-width: 640px) { /* MOBILE PHONES */

  .formBlockSurveyContainer {
    width: 90% !important; /* THIS IS LIKE THE MASTER WIDTH OF THE FORM */
    padding: 20px 5% 16px 5% !important;
    margin-bottom: 0px !important;
  }
  .formBlockSurveyRowContainer,
  .formBlockSurveySubmitContainer,
  .formBlockSurveyCaptchaContainer { width: 100% !important; }
  .formBlockSurveyAnswer input,
  .formBlockSurveyAnswer input[type=tel],
  .formBlockSurveyAnswer input[type=url],
  .ccm-input-captcha-div input[type=text],
  .formBlockSurveyAnswer input[type=text],
  .formBlockSurveyAnswer input[type=email],
  .formBlockSurveyAnswer textarea,
  .ccm-input-captcha-div input {
    float: none !important;
    width: 92% !important;
    padding-top: 12px !important;
    padding-left: 4% !important;
    padding-right: 4% !important;
    padding-bottom: 12px !important;
    margin: 0px !important;
  }
  .formBlockSurveyAnswer textarea {
    height: 100px !important;
  }
  .formBlockSurveyAnswer .radioPair {
    width: 88% !important;
    padding: 4px 4% 0px 8% !important;
  }
  .formBlockSurveyQuestion label {
    width: 92% !important;
    padding: 0px 4% 0px 4% !important;
  }
  .formBlockSubmitButton {
    width: 100% !important;
    height: 50px !important;
  }

}

#msg{
  margin-bottom:20px;
  margin-left:5px;
  font-family:"Georgia";
  font-style: italic;
}
#msg .error:first-child{
  margin-top:10px;
}
#msg .error{
  color:#b41313;
  font-style : italic;
  line-height: 1.2em;
}
#msg .error:before{
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content:"\f00d";
  margin-right:5px; 
}
