.banner-customizable {
	padding: 0px 0px 0px 0px;
	background-color: white;
}
.label-customizable {
  margin-top: 12px;
  height: 22px;
  line-height: 22px;
  font-weight: 400;
  display: block;
  color: #4A4A4A;
  line-height: 22px;
  font-size: 16px;
}
.textDescription-customizable {
	padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  height: 33px;
  color: #4A4A4A;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
}
.submitButton-customizable {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
	font-weight: bold;
  line-height: 22px;
	margin: 20px 0px 10px 0px;
	height: 45px;
	width: 100%;
	color: #fff;
  background-color: #4A90E2;;
  border: 1px solid #2D6FBB;
}
.submitButton-customizable:hover {
	color: #fff;
  background-color: #2D6FBB;
}
.inputField-customizable {
	width: 100%;
	height: 45px;
	color: #555;
	background-color: #fff;
  border: 1px solid #E8E8E8;
  box-shadow: inset 0 1px 16px 0 rgba(0,0,0,0.07);
  font-size: 16px;
  margin-bottom: 9px;
}
.inputField-customizable:focus {
	border-color: #2D6FBB;
	outline: 0;
}
.redirect-customizable {
  display: none;
  color: #fff;
}
.background-customizable {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.errorMessage-customizable{
	margin: 10px auto 0 auto;
}