.newsletterOnline-form .checkbox {padding: 0px;}
.newsletterOnline-form .checkbox .help-block {text-align: left;}
.newsletterOnline-form .form-control[type="email"],
.newsletterOnline-form .form-control[type="text"] {width:50%;}

@media (max-width:768px) {
	.newsletterOnline-form .form-control[type="email"],
	.newsletterOnline-form .form-control[type="text"] {width:100%;}
}
.has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #333 !important;
}
.has-error .help-block {
  color: #a94442;
}
