.form_container{
  margin-top:20px;
  background:#39b54a;
  padding: 20px 10px 3px 10px;
}
.formBlockSurveyContainer {
  display: block;
  width: 420px; /* THIS IS LIKE THE MASTER WIDTH OF THE FORM */
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.formBlockSurveyName{
	padding: 10px 0 20px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}
.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;
}
.formBlockSurveyCaptchaContainer{
	text-align:center;
}
.ccm-captcha-image-div img{
	margin: 0 auto;
}
.ccm-captcha-image-div {
	height:82px;
}
.formBlockSurveyAnswer input,
.formBlockSurveyAnswer input[type=tel],
.formBlockSurveyAnswer input[type=url],
.formBlockSurveyAnswer input[type=text],
.formBlockSurveyAnswer input[type=email],
.formBlockSurveyAnswer textarea,
.formBlockSurveyAnswer select,
.ccm-input-captcha-div input {
  float: left;
  width: 300px; /* 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: 12px 13px !important; /* THIS VALUE MUST BE SPECIFIED TO OVERRIDE THE CONCRETE DEFAULT */
  border: 1px solid #333 !important; /* THIS VALUE MUST BE SPECIFIED TO OVERRIDE THE CONCRETE DEFAULT */
  margin: 0px 10px 10px 10px;
  background: #fcfcfc;
  color: #000;
  font-size: 14px;
	line-height:1.2em;
	font-family:Verdana, Geneva, sans-serif;
}
.formBlockSurveyAnswer textarea {
  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:none;
}

/* THIS IS THE STYLING FOR THE SUBMIT BUTTON */
.formBlockSurveySubmitContainer {
  width: 100%;
  text-align: center;
}
.formBlockSubmitButton {
  margin: 10px 10px 0px 10px;
  text-transform: uppercase;
	font-size:14px !important;
	color:#fff !important;
	font-weight:700;
	background-image: -webkit-gradient(	linear,	left top,	left bottom,	color-stop(0, #1862ab),	color-stop(1, #053e77));
	background-image: -o-linear-gradient(bottom, #1862ab 0%, #053e77 100%);
	background-image: -moz-linear-gradient(bottom, #1862ab 0%, #053e77 100%);
	background-image: -webkit-linear-gradient(bottom, #1862ab 0%, #053e77 100%);
	background-image: -ms-linear-gradient(bottom, #1862ab 0%, #053e77 100%);
	background-image: linear-gradient(to bottom, #1862ab 0%, #053e77 100%);
	border-radius:3px;
	box-shadow: 0 3px #04284b;
	text-decoration:none;
	padding:10px 63px;
	text-shadow:0 1px 1px #00554a;
	outline:none; 
	border:none !important;
}
.formBlockSubmitButton:hover { 
	cursor: pointer; 
	text-shadow:0 1px 1px #000;	
}
.formBlockSubmitButton:active {
	position:relative;
	top:3px;
	box-shadow:none;
}

/* THIS IS THE COLOUR OF THE ASTERISK SYMBOLS */
.formBlockSurveyQuestion .required { color: #2D75BE !important; }

.ccm-captcha-image-div {
  padding: 10px 0px 2px 0px;
}
.ccm-captcha-reclick-div {
  color: #828282;
  font-size: 11px;
  line-height: 13px;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: center;
}

:-moz-placeholder { color: #828282 !important; font-size: 12px; }
::-moz-placeholder { color: #828282 !important; font-size: 12px; }
:-ms-input-placeholder { color: #828282 !important; font-size: 12px; }
::-webkit-input-placeholder { color: #828282 !important; opacity: 1 !important; font-size: 12px;}

.two_column .formBlockSurveyContainer { width: 698px; }
.two_column .formBlockSurveyAnswer textarea { width: 648px; }

.narrow .formBlockSurveyContainer {
 	width: 100%;
 /*max-width: 260px;*/ 
}
.narrow .formBlockSurveyRowContainer,
.narrow .formBlockSurveySubmitContainer,
.narrow .formBlockSurveyCaptchaContainer {
 width: 100%; 
 padding-bottom:0;
}
.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 .formBlockSurveyAnswer select,
.narrow .ccm-input-captcha-div input {
  width: 100%;
  padding-top: 12px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 12px !important;
  margin: 0px;
	background:#fff !important;
	border:1px solid #CECECE !important;
	/*border:1px solid #e0e0e0 !important;*/
	font-size:13px;
	color:#000;
}
#footer .narrow .formBlockSurveyAnswer input,
#footer .narrow .formBlockSurveyAnswer input[type=tel],
#footer .narrow .formBlockSurveyAnswer input[type=url],
#footer .narrow .formBlockSurveyAnswer input[type=text],
#footer .narrow .formBlockSurveyAnswer input[type=email],
#footer .narrow .formBlockSurveyAnswer textarea,
#footer .narrow .formBlockSurveyAnswer select,
#footer .narrow .ccm-input-captcha-div input {
	background:#333 !important;
}

.narrow .formBlockSurveyAnswer select{
	width:100%;
}
.narrow .formBlockSurveyAnswer textarea { height: 100px; }
.narrow .formBlockSurveyAnswer .radioPair {
  width: 100% !important;
  padding: 4px 4% 0px 8% !important;
}
.formBlockSurveyQuestion label {
  width: 100% !important;
  padding: 0px 4% 0px 4% !important;
}
.formBlockSubmitButton {
  margin: 10px 10px 0px 10px;
  text-transform: uppercase;
	font-size:14px !important;
	color:#222 !important;
	font-weight:500;
	border-radius:0px;
	text-decoration:none;
	padding:10px 42px;
	text-shadow:none;
	box-shadow:none;
	outline:none; 
	background:#e5e5e5;
	border:1px solid #fff !important;
}
.formBlockSubmitButton:hover {
	text-shadow:none !important;
	background:#222 !important;
	color:#e5e5e5 !important;
}
.narrow .ccm-input-captcha-div input {
  float:left;
}
#msg{
  margin:0 0 20px 132px;
	font-size:13px;
	font-weight:300;
}
#footer #msg{
	color:#ddd;
}
.narrow #msg{
  margin:0 0 20px 0px;
}
#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; 
}