@font-face {
    font-family: 'HeydingsCommonIconsRegular';
    src:url('../../../fonts/heydings_icons-webfont.eot');
    src:url('../../../fonts/heydings_icons-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../fonts/heydings_icons-webfont.woff') format('woff'),
		url('../../../fonts/heydings_icons-webfont.ttf') format('truetype'),
		url('../../../fonts/heydings_icons-webfont.svg#heydings_iconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*bottone invia ad un amico*/
.btn_invia_amico{
	background: #FF9900; /* Old browsers */
	background: -moz-linear-gradient(top,  #FF9900 0%, #FF5500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF9900), color-stop(100%,#FF5500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF9900 0%,#FF5500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FF9900 0%,#FF5500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FF9900 0%,#FF5500 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FF9900 0%,#FF5500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9900', endColorstr='#FF5500',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	behavior: url(../../../css/PIE.htc);
	color:#FFFFFF;
	box-shadow:0px 1px 1px #FFFFFF inset;
	border:1px solid #CC9900;
	text-shadow:0px 1px 1px #FF3300;
	padding: 5px 18px;
	margin-top: 9px;
	position: relative;
	top: 9px;
	text-decoration: none;
}

.btn_invia_amico:hover{
	background: #FFCC00; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFCC00 0%, #FF8800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFCC00), color-stop(100%,#FF8800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFCC00 0%,#FF8800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFCC00 0%,#FF8800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFCC00 0%,#FF8800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFCC00 0%,#FF8800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC00', endColorstr='#FF8800',GradientType=0 ); /* IE6-9 */
	color:#FFFFFF;
}


textarea#messaggio {
	height: 153px;
}

div.formInp {
	width: 305px;
	overflow: hidden;
	padding-right: 10px;
}

span.bobo {
	font-family: 'HeydingsCommonIconsRegular';
	font-size: 18px;
	position: relative;
	bottom: 2px;
	font-weight: normal;
	margin-right:5px;
}

.amico-errore {
	border: 1px solid #E24444;
	box-shadow: 0px 0px 2px #E24444;
}

li.highslide-move a {
	font-family: 'HeydingsCommonIconsRegular';
	font-weight: normal;
	font-size: 17px;
	position: relative;
	bottom: 3px;
	color: black;
}

.highslide-close a span {
	font-size: 18px !important;
	color: black !important;
}

div.highslide-header {
	background-color: #F4F4F4;
	padding: 6px;
	border-radius: 8px;
}