/*PULSANTI*/
.btnGrey {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:6px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.btnGrey:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.btnGrey:active {
	position:relative;
	top:1px;
}

.btnBlu {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0269A2), color-stop(1, #3B3D78) );
	background:-moz-linear-gradient( center top, #0269A2 5%, #3B3D78 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0269A2', endColorstr='#3B3D78');
	background-color:#0269A2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:6px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #333333;
}.btnBlu:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3B3D78), color-stop(1, #0269A2) );
	background:-moz-linear-gradient( center top, #3B3D78 5%, #0269A2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B3D78', endColorstr='#0269A2');
	background-color:#3B3D78;
}.btnBlu:active {
	position:relative;
	top:1px;
}




.btnOrange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:6px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.btnOrange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
	color: #fff;
}.btnOrange:active {
	position:relative;
	top:1px;
}

.cbxSetOfferta {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #0C3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0A9214), color-stop(1, #034506) );
	background:-moz-linear-gradient( center top, #0A9214 5%, #034506 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A9214', endColorstr='#034506');
	background-color:#0A9214;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #0A9214;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding: 1px 8px 5px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #693;
}

.cbxSetOfferta:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #034506), color-stop(1, #0A9214) );
	background:-moz-linear-gradient( center top, #034506 5%, #0A9214 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#034506', endColorstr='#0A9214');
	background-color:#034506;
}

.cbxSetOfferta:active {
	position:relative;
	top:1px;
}




.buttonRed {
	background-color:#8d0e3a;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
	text-shadow:1px 1px 2px #401525;
}
.buttonRed:hover {
	background-color:#8d0e3a;
}
.buttonRed:active {
	position:relative;
	top:1px;
}

.buttonRedLittle {
	background-color:#8d0e3a;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:7px 8px;
	text-decoration:none;
	text-shadow:1px 1px 2px #7b7b7b;
}
.buttonRedLittle:hover {
	background-color:#8d0e3a;
}
.buttonRedLittle:active {
	position:relative;
	top:1px;
}

.buttonBluLittle {
	background-color:#7BBFE9;
	border:1px solid #ffffff;
	display:inline-block;
	/*color:#638EAA;*/
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:7px 8px;
	text-decoration:none;
	text-shadow:1px 1px 2px #7b7b7b;
}
.buttonBluLittle:hover {
	background-color:#7BBFE9;
}
.buttonBluLittle:active {
	position:relative;
	top:1px;
}

.buttonGreenLittle {
	background-color:#99CC33;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:7px 8px;
	text-decoration:none;
	text-shadow:1px 1px 2px #7b7b7b;
}
.buttonGreenLittle:hover {
	background-color:#99CC33;
}
.buttonGreenLittle:active {
	position:relative;
	top:1px;
}

.buttonGreyLittle {
	background-color:#B3B3B3;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 2px #7b7b7b;
}
.buttonGreyLittle:hover {
	background-color:#B3B3B3;
}
.buttonGreyLittle:active {
	position:relative;
	top:1px;
}


.btnGreenRnd {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.btnGreenRnd:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.btnGreenRnd:active {
	position:relative;
	top:1px;
}

.btnGreenRndLittle {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.btnGreenRnd:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.btnGreenRnd:active {
	position:relative;
	top:1px;
}



.buttonWhite {
	background-color:#ffffff;
	border:1px solid #f0f0f0;
	display:inline-block;
	color:#000;
	font-family: 'BenchNine', sans-serif;
	font-size:20px;
	padding:0px 14px;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}
.buttonWhite:hover {
	background-color:#f0f0f0;
}
.buttonWhite:active {
	position:relative;
	top:1px;
}

.btnLarge {
	width: 100%;
	font-size: 22px;
	height: 60px;
}
