
.surveyForCouponForm {
	max-width: 650px;
	margin:0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:50px;
	background: rgba(255,255,255,.9);
	background: #EAFCF9\9; /* IE8 and below */
	border-radius: 3px;
	box-shadow: rgba(0,0,0,.1) 0 0 6px;
	border:1px solid #bec3c7;
	margin-top: 40px;
	margin-bottom: 40px;
}

.main_logo {
	width:220px;
	height:47px;
	margin:0 auto 0;
	margin-bottom: 34px;
	background-image:url(https://dhdj1c2suf90g.cloudfront.net/images/logos/new-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -5000px;
	display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2) {
	.main_logo {
		background-image:url(https://dhdj1c2suf90g.cloudfront.net/images/logos/new-logo-2x.png);
	}
}

.surveyForCouponForm .text {
	font-size: 13px;
	text-align: left;
	margin-bottom:8px;
}

.surveyForCouponForm .text span {
	font-weight:bold;
	/*color:#09AC3B;*/
}

.surveyForCouponForm .subtext {
	color:#0F3159;
	font-size: 15px;
	font-weight:bold;
	text-align: left;
	margin:20px 0 10px;
}

.surveyForCouponForm .subtext span {
	color:red;
	font-weight:bold;
}

.surveyForCouponForm .survey_choice_holder {
	font-size:12px;
	margin-left:12px;
	clear:both;
}

.surveyForCouponForm .survey_choice_item {
	margin:5px 0;
	font-weight:500;
}

.surveyForCouponForm .button_around button {
	font-size:16px;
}

.surveyForCouponForm textarea {
	border: 1px solid #bec3c7;
	border-radius: 3px;
	height:65px;
	width:360px;
	font-size:15px;
	padding:14px;
	margin-left:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	outline: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	resize:none;
}

.surveyForCouponForm .button_around {
	margin-top: 40px;
	text-align: center;
}
