.signupAndDownloadForm .boton, .signupAndDownloadForm input[type=submit]{
	color: white;
	border-radius: 26px 26px 26px 26px;
		-moz-border-radius: 26px 26px 26px 26px;
		-webkit-border-radius: 26px 26px 26px 26px;
	flex-basis: 100%;
	min-height: 40px;
	cursor: pointer;
	background-color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-803cb8f-font-family), Sans-serif;
	font-size: var(--e-global-typography-803cb8f-font-size);
	font-weight: var(--e-global-typography-803cb8f-font-weight);
	text-transform: var(--e-global-typography-803cb8f-text-transform);
	text-decoration: var(--e-global-typography-803cb8f-text-decoration);
	line-height: var(--e-global-typography-803cb8f-line-height);
	border-style: none;
	padding: 13px 25px 13px 25px;

/*
	position: absolute;
	top: -35px;
	right: 50px;
	min-width: 100px;
	max-width: 150px;
	display: inline-block;
	padding: 5px 20px;
	background-color: #008aff;
	white-space: nowrap;
	border: 1px solid rgba(136,136,136);
		border-bottom-color: rgb(136, 136, 136);
		border-bottom-style: solid;
		border-bottom-width: 1px;
	border-bottom: 0;
*/
/*
	padding: 0px 25px 25px;
*/
}

.inputsNewsletter .checkboxy {
	display: block;
	position: static;
	height: 25px;
	margin-top: 10px;
	clear: both;
}

.inputsNewsletter input[type=checkbox] {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.inputsNewsletter label.terms {
	color: #155d7b;
	text-decoration: none;
	font-weight: bolder;
	font-size: 80%;
}
