.form_container {
	margin-top:20px;
	background:#eaeaea;
	padding: 20px 10px 3px 10px;
}
.formBlockSurveyContainer {
	display: block;
	width: 640px; /* THIS IS LIKE THE MASTER WIDTH OF THE FORM */
	margin-bottom: 30px;
	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;
}
.formBlockSurveyCaptchaContainer {
	text-align:center;
}
.ccm-captcha-image-div img {
	margin: 0 auto;
}
.ccm-captcha-image-div {
	height:70px;
}
.formBlockSurveyAnswer input, .formBlockSurveyAnswer input[type=tel], .formBlockSurveyAnswer input[type=url], .formBlockSurveyAnswer input[type=text], .formBlockSurveyAnswer input[type=email], .formBlockSurveyAnswer textarea, .ccm-input-captcha-div input {
	float: left;
	width: 272px; /* 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;
	width:592px;
}
.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 {
	background: url("/themes/defaulttheme/images/buttonbg.jpg") repeat-x;
	background-position: 0px;
	display: inline;
	padding: 30px;
	color: #fec52e !important;
	text-decoration: none !important;
	padding: 15px 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	font-size:22px;
	font-family:"Source Sans Pro", Verdana, Geneva, sans-serif;
	font-weight:700;
	margin-top:30px;
}
.formBlockSubmitButton:hover {
	cursor: pointer;
	color:#fff !important;
}
.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: #000;
	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 .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;
	background:#f0f0f0 !important;
	border:1px solid #e0e0e0 !important;
	font-size:11px;
	color:#000;
}
.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 {
	padding:10px 42px;
}
 @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:0 0 20px 132px;
}
.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;
}