/*-------------- Especifics boxes --------------*/

body {
background:none;
border:none;
}

	/* estils generics: important no fer estils especifics segons id (form#envia-article...) si són estils generals */
	.box {
		padding-right: .7em;
		padding-bottom: .7em;
		background:url(/resources/images/bg-shadowbox-id.png) no-repeat right bottom;
	}
		.box .wrap {
			padding: 1em;
			background: #F60;
			position: relative;
		}
		.bot-tancar {
			display: block;
			background: url(/resources/images/bot-box-tancar.png) no-repeat 0 0;
			width: 10px;
			height: 10px;
			top: .4em;
			right: .4em;
		}
		
		.box .content {}
		.box .empty {
			padding-top: 6em;
		}
			.box .empty p {
				font-weight: bold;
				font-size: 1.2em;
			}
		
		.box form {}
		.box fieldset {
			border: none;
		}
		.box p {
			font-size: 1.1em;
			line-height: 1.25;
			color: #FFF;
		}
			.box p a {
				color: #FFF;
			}

		.box h5 {
			font-size: 1.3em;
			line-height: 1.2;
			color:#FFF;
			margin:0;
			padding: .5em 0 1em 0;
		}

		.box input, .box textarea {
			display: block;
			width: 99%;
			background: #fee7d3;
			padding: .2em;
			margin-bottom: .6em;
			border: none;
			text-align: center;
			font-size: 1.1em;
			line-height: 1.25;
		}
		.box .anonim textarea {
			height: 5em;
		}
		.box .columns input, .box .columns textarea {
			width: 98%;
		}
		.box input.sense-focus, .box textarea.sense-focus {
			font-weight: bold;
			color: #FBB28A;
		}
		.box p.error, .box input.error {
			font-weight:bold;
			color: #333;
		}
		.box input.error {
			color:#ff0000;
		}

		.box input.input-submit {
			background: none;
			color: #FFF;
			border: none;
			padding: 0;
			width: 100%;
			font-size: 1.3em;
			cursor: pointer;
			font-weight: bold;
			text-align: left;
		}
		
		.box .columns {}
			.box .col-left, .box .col-right {
				width: 22em;
			}
			.box .col-left {
				float: left;
			}
			.box .col-right {
				float: right;
			}
		
		.zona-captcha {}
			.wrap-captcha {
				margin-bottom: .7em;
				padding: .3em 0 0;
				background-color: #FFF;
			}
			.wrap-captcha img {
				margin: 0 auto;
				display: block;
			}
	/* --------------- */


	#box-forum {
		width: 48.1em;
		/*height: 30.7em;*/
	}
		#box-forum .empty {
			padding-top: 3em;
		}
		#box-forum .col-left, #box-forum .col-right {
			width: 22.5em;
		}
		#box-forum h5, #box-forum p, #box-forum input.input-submit {
			text-align: center;
		}
			#box-forum .zona-anonim {}
			#box-forum blockquote {}
				#box-forum blockquote h6, #box-forum blockquote p {
					color: #FEE7D3;
					text-align: left;
					font-size: 1.2em;
				}
			#box-forum .zona-captcha p {
				text-align: left;
			}
		#box-forum p.confidencialitat {
			margin: 1em 0 .6em;
		}
		
		
	#box-captcha {
	width:31.9em;
	height:21.8em;
	background:url(/resources/images/bg-shadowbox-v.png) bottom right repeat-x;
	}
	
		#box-captcha .wrap {
			background: #F60;
			width: 31.1em;
			height: 21em;
			position: relative;
		}

	form#envia-vot fieldset {
	float:left;
	border:0;
	margin:0 1.2em 0 1.2em;
	padding:0;
	width:13.5em;
	}
	
		form#envia-vot fieldset.ultim {
		margin:0;
		}
	
	form#envia-vot p {
	font-size:1em;
	line-height: 1;
	color:#FFF;
	}
	
	form#envia-vot h5 {
		font-size: 1.2em;
		color: #FFF;
		margin: 0;
		line-height: 1.2;
		padding: 1.1em 1.6em 1em 1em;
	}
	form#envia-vot .missatge {
		font-size: 1.2em;
		line-height: 1.2;
		font-weight: bold;
		padding: 7em 0 0;
		text-align: center;
	}

	
	form#envia-vot input.codi-input {
	width:11.9em;
	background:#fee7d3;
	margin: 1em auto .2em auto;
	border:0;
	text-align:center;
	font-size:1.1em;
	}
	
	form#envia-vot input.submit-vota {
	width:9.3em;
	background:#F60;
	margin:1em 0 0 0;
	color:#FFF;
	border:0;
	font-size:1.4em;
	cursor:pointer;
	font-weight:bold;
	}
	
	#box-enviar {
	width:38.8em;
	height:35.5em;
	background:url(/resources/images/bg-shadowbox-big.png) bottom right repeat-x;
	}
	
		#box-enviar .wrap {
		background:#F60;
		width:38em;
		/*height:24.7em;*/
		}
		

	form#envia-article fieldset {
	float:left;
	border:0;
	margin:0 2.5em 0 1.2em;
	padding:0;
	width:13em;
	}
	
		form#envia-article fieldset.ultim {
		margin:0;
		}
		form#envia-article fieldset.aclaracio {
		width:19.8em;
		}
		
		form#envia-article fieldset.dades {
		float:none;
		}
	
	form#envia-article p {
	font-size:1.1em;
	line-height: 1.25;
	color:#FFF;
	}
	
	form#envia-article h5 {
	font-size:1.2em;
	line-height: 1.2;
	color:#FFF;
	margin:0;
	padding: .5em 1.6em 1em 0em;
	}
	
	form#envia-article input.codi-input {
	width:11.9em;
	background:#fee7d3;
	margin: .3em auto .2em auto;
	border:0;
	text-align:center;
	font-size:1.1em;
	line-height: 1.25;
	}
	
	form#envia-article fieldset.dades input, form#envia-article fieldset.dades textarea {
	width:31.9em;
	background:#fee7d3;
	margin: 0 auto .3em auto;
	border:0;
	text-align:center;
	font-size:1.1em;
	line-height: 1.25;
	}
	form#envia-article fieldset.dades textarea {
	height:8em;
	}
	
	form#envia-article input.submit-vota {
	width:9.3em;
	background:#F60;
	margin:.3em 0 0 0;
	color:#FFF;
	border:0;
	font-size:1.4em;
	cursor:pointer;
	font-weight:bold;
	}
	
	form#envia-article fieldset.dades p {
	width:31.9em;
	background:#fee7d3;
	color:#fbb28a;
	margin: 0 auto 0 auto;
	border:0;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	}
	form#envia-article fieldset.dades p.titular {
	width:31.9em;
	background:#fee7d3;
	color:#666;
	margin: 0 auto .3em auto;
	padding: 0 0 1em 0;
	border:0;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	}
	
	/*Avis comentari inapropiat */
	form#envia-avis fieldset {
	
	border:0;
	margin:0 1.2em 0 1.2em;
	padding:0;
	text-align:center;
	
	}
	
		form#envia-avis fieldset.ultim {
		margin:0;
		}
	
	form#envia-avis p {
	font-size:1.1em;
	line-height: 1.25;
	color:#333;
	font-weight:bold;
	}
	
	form#envia-avis p a {
	color:#fff;
	}
	
	form#envia-avis h5 {
		font-size: 1.2em;
		color: #FFF;
		margin: 0;
		line-height: 1.2;
		padding: 1.1em 1.6em 1em 1em;
	}
	form#envia-avis .missatge {
		font-size: 1.2em;
		line-height: 1.2;
		font-weight: bold;
		padding: 7em 0 0;
		text-align: center;
	}
	
	form#envia-avis input.submit-vota {
	
	background:#F60;
	margin:0.5em 0 0.5em 0;
	color:#FFF;
	border:0;
	font-size:1.1em;
	cursor:pointer;
	font-weight:bold;
	display:block;
	text-align:center;
	width:100%;
	}
#box-missatge {
	height: 210px;
	width: 311px;
	display: table-cell;
	vertical-align: middle;	
	text-align: center;
}
#box-missatge p, #box-missatge a {
	font-size: 1em;
	color: #ffffff;
}
		
/*-------------- clearfix --------------*/
form:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
