/*!* Morgan GRS Iframe Embed Form Styles: v03 */
/*
 Morgan GRS Iframe Embed Form Styles: v03 - Fixed spacing and alignment issues
 Morgan GRS Iframe Embed Form Styles: v02 - added firefox fix for email text-box and cursor-pointer for submit button
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	color:#fff;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

body table {
	width: 100%;
	color: #fff;
	border-spacing: 0px;
	font-size:14px;
}
body table td {
	padding: 0px;
}
.grs_asterisk {
	width:2%;
	margin-top: 6px;
	display: none;
}
.grs_asterisk font {
	color: #fff !important;
}
.grs_answer_text,
.grs_help_text {
	width:98%;
	color: #525252;
	border: 1px solid #999;
	margin: 7px 0px;
	padding: 4px;
	box-shadow:none;
}
#surveyQAForm select {
	border: 1px solid #999 !important;
	color: #525252;
	padding: 4px 4px 4px 0px;
	margin: 7px 0px;
	width:97.9%;
}
.offer-05.pal-5 .socialMediaCss {
	color: #525252 !important;
}
.socialMediaCss {
	color: #fff !important;
}
.sociaMediaPrefill img {
	width:18px !important;
	height:18px !important;
}
.sociaMediaPrefill a img {
	vertical-align: middle;
}
.validation_msg_label {
	display:block;
	font-size: 12px;
	margin-top: 2px;
}
.default_mandatory_validation_label,
.common_validation_msg_label {
	display:none;
}
#validateMsg font,
.default_mandatory_validation_label font,
.common_validation_msg_label font,
.validation_msg_label font {
	color: #fff !important;
}
#Backid,
#Continueid {
	display:none;
}
#submitButton {
	display: block;
	overflow: hidden;
	padding: 7px 27px;
	line-height: 1.5em;
	height: 35px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	color: #fff;
	position: relative;
	left: 0;
	bottom: 0;
	border-radius: 3px;
	border: 0px;
	margin-top: 6px;
	cursor:pointer;
	background: #00abe8; /* Old browsers */
	background: -moz-linear-gradient(top, #00abe8 0%, #038ae1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00abe8), color-stop(100%, #038ae1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00abe8 0%, #038ae1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00abe8 0%, #038ae1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00abe8 0%, #038ae1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00abe8 0%, #038ae1 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abe8', endColorstr='#038ae1', GradientType=0 ); /* IE6-9 */
}


/* X-SMALL = 480px */
@media only screen and (min-width:30em) {
}

/* SMALL = 600px */
@media only screen and (min-width:37.5em) {
}

/* MEDIUM = 768px */
@media only screen and (min-width:48em) {
}

/* LARGE = 960px */
@media only screen and (min-width:60em) {
}

/* X-LARGE = 1024px + */
@media only screen and (min-width:64em) {
}
