#compartir {
	font-size: 12px;
	width:500px;
}
	#compartir p.text{
		margin:1em 0;
	}
	#compartir #content div#privacidad p{
		margin:1em 0;
		padding:.5em;
	}
#compartir fieldset {
	margin: 5px 0;
}
  #compartir form input.submit {
		cursor: pointer;
		margin: 0 1em 0 0;
		padding: .5em 1em;
		color: #fff;
		font-size: 1.071em;
		font-weight: bold;
		/*background: #f9813e url('img/caixa_taronja.gif') no-repeat center bottom;*/
		border: 0;
	}
		#compartir form input.submit:hover {
			color: #ffddba;
			text-decoration: none;
			background: #f9813e;
			border: 0;
		}

	#compartir form input.email,
	#compartir form input.nombre,
	#compartir form textarea {
		display: block;
		width: 90%;
		border: 1px solid #ccc;
		padding: .333em 5px;
		font-size: inherit;
	}
	
	#compartir form textarea {
		height: 50px;
		font-family: arial, helvetica, sans-serif;
		font-size: 1em;
	}
	#compartir h6.contact{
		border-bottom:1px dotted #999;
		/*padding:0 0 .5em 22px;*/
		color:#000;
		font-size:1.333em;
		padding-bottom: .5em;
		margin-top: 0px;
		margin-bottom: .5em;
		/*background:url('img/icon_contacto.jpg') no-repeat 0 .083em;*/
	}
	#compartir #error_mail {
		color: #980404;
		padding-left: 140px;
		background: #EDC3C4 url('images/missatge_error.jpg');
		background-position: 20px;
		background-repeat: no-repeat;
	}
	#compartir #ok {
		color: #006600;
		padding-left: 140px;
		background: #D3E5CB url('images/missatge_enviat_ok.jpg');
		background-position: 20px;
		font-size: 20px;
		background-repeat: no-repeat;
	}

