body .abcRioButtonBlue{
	margin: 0 auto
}
.squareborder{
	border-radius: 0;
	padding: 12px 16px;
}
body .abcRioButtonBlue {
	background-image: linear-gradient(bottom, #158a3a, rgb(47, 164, 84) );
	background-image: -o-linear-gradient(bottom, #158a3a, rgb(47, 164, 84) );
	background-image: -moz-linear-gradient(bottom, #158a3a, rgb(47, 164, 84) );
	background-image: -webkit-linear-gradient(bottom, #158a3a, rgb(47, 164, 84) );
	background-image: -ms-linear-gradient(bottom, #158a3a, rgb(47, 164, 84) );
	background-image: -webkit-gradient( linear, right bottom, right top, color-stop(0, #158a3a), color-stop(0.66, rgb(47, 164, 84)) );
}
body .abcRioButtonBlue:hover, body .abcRioButtonBlue:active {
	background-image: linear-gradient(bottom, #0066cc, rgb(26, 128, 230));
	background-image: -o-linear-gradient(bottom, #0066cc, rgb(26, 128, 230));
	background-image: -moz-linear-gradient(bottom, #0066cc, rgb(26, 128, 230));
	background-image: -webkit-linear-gradient(bottom, #0066cc, rgb(26, 128, 230));
	background-image: -ms-linear-gradient(bottom, #0066cc, rgb(26, 128, 230));
	background-image: -webkit-gradient( linear, right bottom, right top, color-stop(0, #0066cc), color-stop(0.66, rgb(26, 128, 230)) );
	text-shadow: #0066cc 0px 1px 1px;
}

.margintop20{
	margin-top:20px
}
.margintop30{
	margin-top:30px
}

.btn.glossy {
	font-family: Roboto,arial,sans-serif;
	font-weight: 500;
	letter-spacing: .21px;
	font-size:16px;
	vertical-align: top;
	background-image: linear-gradient(bottom, #158a3a, rgb(47, 164, 84) );
	background-image: -o-linear-gradient(bottom, #158a3a, rgb(47, 164, 84) );
	background-image: -moz-linear-gradient(bottom, #158a3a, rgb(47, 164, 84) );
	background-image: -webkit-linear-gradient(bottom, #158a3a, rgb(47, 164, 84) );
	background-image: -ms-linear-gradient(bottom, #158a3a, rgb(47, 164, 84) );
	background-image: -webkit-gradient( linear, right bottom, right top, color-stop(0, #158a3a), color-stop(0.66, rgb(47, 164, 84)) );
	color:#fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
	width: 100% !important;
	max-width: 300px;
	
	padding: 13px;
}
.btn.glossy:hover {
	background-image: linear-gradient(bottom, #0066cc, rgb(26, 128, 230));
	background-image: -o-linear-gradient(bottom, #0066cc, rgb(26, 128, 230));
	background-image: -moz-linear-gradient(bottom, #0066cc, rgb(26, 128, 230));
	background-image: -webkit-linear-gradient(bottom, #0066cc, rgb(26, 128, 230));
	background-image: -ms-linear-gradient(bottom, #0066cc, rgb(26, 128, 230));
	background-image: -webkit-gradient( linear, right bottom, right top, color-stop(0, #0066cc), color-stop(0.66, rgb(26, 128, 230)) );
	text-shadow: #0066cc 0px 1px 1px;
	color:#fff;
	box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}
#email {
	width: 100%;
	height: 51px;
	font-size: 18px;
	max-width:300px;
	float:right;
	
}
.green{
	color:rgb(27, 156, 69)
}
@media screen and (max-width:767px){
	.mobile-center{
		text-align:center !important;
		float:none !important;
		/*margin:0 auto;*/
	}
	#btnsubmit, #email{margin: 0 auto}
	
}
#emailshow, #fbloginBtn, #fbcontinueBtn {
	position: relative;
	padding-left: 59px;
	padding-top: 13px;
	padding-bottom: 13px;
}
#emailshow span,#fbloginBtn span, #fbcontinueBtn span {
	background: #fff;
	color: #158a3a;
	padding: 13px 15px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
#emailshow:hover span{
	text-shadow:none
}
.abcRioButton.abcRioButtonBlue {
	width: 100% !important;
	max-width: 300px;
}
#my-signin2{
	width: 100%;
}
#congratsBox,#surveyEval{
	display:none
}
#surveyEval h3{
	display:none;
	color:#fff;
}
#fbloginBtn span, #fbcontinueBtn span {
	padding: 10px 10px 8px;
}
#fbloginBtn img, #fbcontinueBtn img{
	height: auto;
	width: 29px;
}
.small { font-size: .9em; }