@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
body {
	background:#000 url(../images/bg-body.jpg) no-repeat top center;
}
p {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color:#e3e3ff;
	display:block;
	font-weight: normal;
	text-shadow:#000 1px 1px 3px;
}
p a {	
	color: #F69;
	text-decoration:underline;
}
p a:hover {	
	color: #F36;
	text-decoration:none;
}
#logo {
	position:relative;
	float:left;
	width:240px;
	margin-top: 215px;
	margin-bottom: 30px;
}
#logo h1, #logo h2 {
	position:absolute;
	text-indent:-9999px;
}
h3 {
	font: normal 24px/30px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #CCF;
}
#container {
	width:710px;
	margin: 0 auto;
}
#colonna-sx {
	position:relative;
	float:left;
	width:240px;
}
#colonna-dx {
	position:relative;
	float:left;
	width:355px;
	margin-left: 114px;
}
form {
	position:relative;
	float:left;
	width:355px;
	margin-top: 360px;
	margin-bottom: 10px;
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.input-mail {
	background: #FFF;
	padding: 3px 3px 3px 8px;
	width: 200px;
	border: solid 1px #000;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	outline: none;
	color: #999;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
}
.submit-mail {
	background-color: #000;
	margin-left:5px;
	padding: 4px;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	width: 90px;
	border: solid 1px #333;
	color:#FFF;
	outline: none;
	cursor:pointer;
}

#logo-basso {
	position:relative;
	float:right;
	width:102px;
	margin-top: 200px;	
}

ul#social {
	list-style:none;
	list-style-position:outside;
	margin-top: 10px;
}
ul#social li {
	position: relative;
	float:left;
	text-indent:-9999px;
}
ul#social li a {
	width: 32px;
	height: 32px;
	display:block;
	background-repeat:no-repeat;
	margin-right: 10px;
}
ul#social li a:hover {
	background-position: 0 -32px;
}
#facebook {
	background: url(../images/ico-facebook.png) no-repeat;
}
#twitter {
	background: url(../images/ico-twitter.png) no-repeat;
}
#flickr {
	background: url(../images/ico-flickr.png) no-repeat;
}

.clear {
	clear:both;
	height: 10px;
}

.privacy {
	font: normal 11px/12px Arial, Helvetica, sans-serif;	
	color: #666;
}
.privacy a {	
	color: #666;
	text-decoration:underline;
}
.privacy a:hover {	
	color: #999;
	text-decoration:none;
}

.messaggio-ok {
	font: normal 16px/45px Arial, Helvetica, sans-serif;	
	color: #0CC;
	font-weight:bold;
	letter-spacing: -1px;
	text-shadow:#000 1px 1px 3px;
}

.messaggio-ko {
	font: normal 16px/45px Arial, Helvetica, sans-serif;	
	color: #CC3;
	font-weight:bold;
	letter-spacing: -1px;
	text-shadow:#000 1px 1px 3px;
}

