.signup-button-container {
	position: relative;
}
#highlight{
	font-family: 'Amaranth',sans-serif;
	font-weight: normal;
}
#highlight:hover{
	text-decoration: underline;
}
.signup-button-container .signup-button {
	width: auto;
	height: 42px;
	font-weight: bold;
	text-align: left;
	text-shadow: 0px 1px 0px RGB(250, 220, 120);
	filter: dropshadow(color =       RGB(250, 220, 120), offx=    0, offy=
		   1 );
	margin-top: -10px;
	margin-left:15px;
	background-repeat: no-repeat;
	background-position: right center;
	background: rgb(250, 220, 100); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250, 220, 100, 1) 0%,
		rgba(249, 158, 30, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250,
		220, 100, 1) ), color-stop(100%, rgba(249, 158, 30, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250, 220, 100, 1) 0%,
		rgba(249, 158, 30, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250, 220, 100, 1) 0%,
		rgba(249, 158, 30, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250, 220, 100, 1) 0%,
		rgba(249, 158, 30, 1) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250, 220, 100, 1) 0%,
		rgba(249, 158, 30, 1) 100% ); /* W3C */
	filter: progid:    DXImageTransform.Microsoft.gradient(      startColorstr=
		
		 
                    '#fadc64', endColorstr=    '#f99e1e', GradientType= 
		  0 ); /* IE6-9 */
	border: 1px solid RGB(249, 158, 38);
	cursor: pointer;
}

.signup-button-container:hover .signup-button {
	background: rgb(255, 225, 105); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 225, 105, 1) 0%,
		rgba(255, 164, 35, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		225, 105, 1) ), color-stop(100%, rgba(255, 164, 35, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 225, 105, 1) 0%,
		rgba(255, 164, 35, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 225, 105, 1) 0%,
		rgba(255, 164, 35, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 225, 105, 1) 0%,
		rgba(255, 164, 35, 1) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 225, 105, 1) 0%,
		rgba(255, 164, 35, 1) 100% ); /* W3C */
	filter: progid:    DXImageTransform.Microsoft.gradient(      startColorstr=
		
		 
                    '#ffe169', endColorstr=    '#ffa423', GradientType= 
		  0 ); /* IE6-9 */
	border-color: RGB(230, 140, 20);
}

.signup-button-container .signup-button.pressed {
	-webkit-box-shadow: inset 0px 0px 9px 0px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 0px 9px 0px rgba(0, 0, 0, .2);
	background: rgb(250, 175, 30); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250, 175, 30, 1) 0%,
		rgba(250, 190, 80, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250,
		175, 30, 1) ), color-stop(100%, rgba(250, 190, 80, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250, 175, 30, 1) 0%,
		rgba(250, 190, 80, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250, 175, 30, 1) 0%,
		rgba(250, 190, 80, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250, 175, 30, 1) 0%,
		rgba(250, 190, 80, 1) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250, 175, 30, 1) 0%,
		rgba(250, 190, 80, 1) 100% ); /* W3C */
	filter: progid:    DXImageTransform.Microsoft.gradient(      startColorstr=
		
		 
                    '#faaf1e', endColorstr=    '#fabe50', GradientType= 
		  0 ); /* IE6-9 */
}
#signup-button-container-1 #signup-button-1{
	font-size: 21px;
	padding: 0px 100px 0px 100px;
}
#signup-button-container-2 #signup-button-2{
	font-size: 13px;
	padding: 0px 40px 0px 13px;
}
#unsub-button-container-1 #unsub-button-1{
	font-size: 18px;
	padding: 0px 40px 0px 40px;
}
#signup-arrow-1 {
	position: relative;
	width: 30px;
	left:-75px;
	height: auto;
	margin-top: -20px;
	-webkit-transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	-o-transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	-moz-transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	cursor: pointer;
}

#signup-arrow-1.left {
	left:-85px;
}

#signup-arrow-2 {
	position: relative;
	width: 30px;
	left:-35px;
	height: auto;
	margin-top: -20px;
	-webkit-transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	-o-transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	-moz-transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	transition: all .3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	cursor: pointer;
}

#signup-arrow-2.left {
	left:-45px;
}
#all_imp {
	color: black;
	font-size: 28px;
	margin: 0px;
}