@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000000;
	font-family: PTSansRegular, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	background-image: url(../images/template/Card_pattern_2.jpg);
	background-repeat: repeat;
}
#header {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	min-height: 110px;
	max-height: 110px;
}
#logo {
width:140px;
height:83;
margin-top:14px;
float:left;
}
#menu {
width:730px;
/*height:83;*/
margin-top:70px;
float:left;
}
#social {
	width: 150px;
	/*height:83;*/
	margin-top: 65px;
	float: left;
	text-align: right;
}
#content {
	/*position: absolute;
	width: 1000px;
	height: 700px;
	z-index: 15;
	top: 50%;
	left: 50%;
	margin: -350px 0 0 -500px;*/
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	/*min-height: 600px;*/
	/*max-height: 600px;*/
	background-color: #FFFFFF;
	border: 10px solid #e7e7e7;
}
#contentContainer {
	/*width: 900px;*/
	padding: 50px;
	text-align: justify;
}
/* This rule is read by Galleria to define the gallery height: */
#galleria {
	/*height: 700px;*/
	height: 550px;
}
/* ---- FORM ---- */
.indicazioni {
	font-style: italic;
	color: #acacac;	
}
.label {
	position:relative;
	width: 100px;
	float:left;
	margin: 0;
	line-height: 28px;
	display: block;
	text-align: right;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0;
}
.textfield {
	position: relative;
	font-size: 12px;
	float: left;
	color: #000;
	background-color: #EBEBEB;
	width: 330px;
	height: 25px;
	padding: 0 10px;
	border-width: 0px 0px 1px 0px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.textarea {
	position: relative;
	font-size: 12px;
	float: left;
	color: #000;
	width: 330px;
	height: 108px;
	padding: 10px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	border-left-color: #e7e7e7;
	background-color: #EBEBEB;
}
.privacy {
	margin:20px 0px 20px 0px;
	padding-right:20px;
	font-size: 85%;
	float:right;
	position:relative;
	width:400px;
	text-align:right;
}
.privacy a {
	color: #000000;
	text-decoration: underline;
}
.privacy a:hover {
	color: #000000;
	text-decoration: none;
}
.privacyTerm {
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 70%;
	float:left;
	position:relative;
	width:475px;
	height:80px;
	overflow:auto;
	
	scrollbar-3dlight-color: orange;
	scrollbar-arrow-color: #313131;
	scrollbar-base-color: red;
	scrollbar-darkshadow-color: #80FFFF;
	scrollbar-face-color: red;
	scrollbar-highlight-color: rgb(50,0,1);
	scrollbar-shadow-color: rgb(112,22,21);
	scrollbar-track-color: black;
	
	
	
}
.send {
	float:left;
	margin-left:125px;
	-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:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	/*font-weight:bold;*/
	padding:6px 34px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.send: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;
}.send:active {
	position:relative;
	top:1px;
}
/* ---- FORM ---- */
