		html, body {
			margin: 0;
			padding: 0;
			color: #444;
			overflow: hidden;
			font: 13px/1.3 Freesans, sans-serif;
			background-color: #F4F4F4;
		}

		body {
			width:500px;
			height: 398px;
			padding: 3px 5px 16px 5px;
			position: relative;
		}

		img {
			display: block;
		}

		p {
			margin: 0;
		}

		h1 {
			margin: 5px 0 0;
			height: 88px;
			border-bottom: 1px solid #dbdbdb;
		}

		div#container {
			border-top: 1px solid #ededed;
			padding-top: 10px;
		}

		img#left {
			float: left;
			height: 280px;
			width: 170px;
			margin-right: 18px;
		}

		div#right {
			margin-left: 190px;
		}

		p#firma {
			height: 28px;
		}

		p#firme {
			color: #3f3f3f;
			font-size: 16px;
			line-height: 16px;
			font-weight: bold;
		}

		p#errore {
			margin-top: 10px;
			height: 13px;
			line-height: 13px;
			font-style: italic;
		}

		form {
			padding-top: .3em;
		}

		input[type=text], input[type=email] {
			width: 269px;
			border: 1px solid #999;
			outline: none !important;
			font-size: 15px;
			line-height: 19px;
			height: 19px;
			padding: 6px 8px;
			display: block;
			margin-bottom: 10px;
			font-size: 15px;
			border-radius: 4px;
		}

		input[type=text]:focus, input[type=email]:focus {
			border-color: black;
		}

		.placeholder { color: #aaa; }

		button {
			height: 51px;
			width: 287px;
			background: url(assets/btn_firma.png) 0 0 no-repeat;
			cursor: pointer;
			outline: none !important;
			border: none;
		}

		button:hover, button:focus {
			background-position: 0 -51px;
		}

		button:active {
			background-position: 0 -102px;
		}

		button.sending {
			opacity: .6;
			background-position: 0 -51px !important;
			cursor: wait;
		}

		p#change {
			font-size: 12px;
			position: absolute;
			bottom: 27px;
		}

		p#change img {
			vertical-align: bottom;
			display: inline-block;
			margin-left: 2px;
		}

		#policy {
			float:left;
			clear:left;
			padding-top: 8px;
		}

		#policy p {
			color: #80787D;
			font-size: 12px;
		}		

		#policy p a {
			color: #80787D;
		}	

		#policy p a:hover {
			color: black;
		}
		
		p#condividi {
			font-size: 16px;
			line-height: 20px;
			color: #555;
			text-shadow: 0 1px 0 #FFF;
		}

		a.share {
			display: block;
			height: 51px;
			width: 287px;
			margin-top: 15px;
			background: url('assets/btn_twitter.png') no-repeat 0 0;
		}

		a.share#facebook {
			background-image: url('assets/btn_facebook.png');
		}

		a.share:focus, a.share:hover {
			background-position: 0 -51px;
		}

		a.share:active {
			background-position: 0 -102px;
		}

		a.share.tw {
			background-image: url('http://www.riparteilfuturo.it/mailing/img/tw_logo.png');
			margin-top: 1.5em;
		}

		.hidden {
			position: absolute !important;
			height: 1px; width: 1px; 
			overflow: hidden;
			clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
			clip: rect(1px, 1px, 1px, 1px);
		}
	
		/* Remove borders */
		a img {
			border: none;
		}

		a:active, a:visited { 
			border: none !important;
			outline: none !important;
		}
	
		a:selected { 
			border: none !important;
			outline: none !important;
		}

		::-moz-focus-inner {
		  border: 0 !important;
		}