form {
	margin: 0px;
	padding: 0px;
}
label {
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	width: auto;
}
fieldset {
	margin-bottom: 10px;
	padding: 3px;
	border: none;
}
input, select, textarea {
	border: none;
	font-size: 11px;
	clear: right;
	margin-top: 3px;
	padding:2px;
}
input.border{
	border: 1px solid #999999;
}
form.cap_cerca {
	margin: 0px;
	padding: 0px;
	float: left;
}
input.cap_cerca {
	background-color: #E5E5E5;
	border: 1px solid #E5E5E5;
	font-size: 10px;
	font-weight: normal;
	width: 200px;
	display: inline;
	vertical-align: top;
	color: #A0A0A0;
	margin-top: 0px;
}
input.boto_cerca { margin-top: 0px; outline: none; }
input.radio { border: none; }
.formu label { display: block; font-weight: bold; }


textarea.comentari-blau:focus, input.comentari-blau:focus,
textarea.comentari:focus, input.comentari:focus
{ border: 1px solid #000; color: #333; }

label.comentari { width: 140px; float: left; text-align: right; padding-right: 15px; text-transform: uppercase; color: #313131 }

input.comentari-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 375px;
}
textarea.comentari-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 375px;
	height: 160px;
}
input.comentari {
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	width: 375px;
	color: #333;
}
textarea.comentari {
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	width: 375px;
	height: 160px;
	color: #333;
}


input.contacte {
	border: 1px solid #E5F0F8;
	background-color: #E5F0F8;
	width: 320px;
	color: #333;
}
textarea.contacte {
	border: 1px solid #E5F0F8;
	background-color: #E5F0F8;
	width: 320px;
	height: 160px;
	color: #333;
}
input.contacte-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 320px;
}
textarea.contacte-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 320px;
	height: 160px;
}

ul.error {
	list-style-type: square;
	color: #990000;
}


div.popup input {
	border: 1px solid #FEEADD;
	background-color: #FEEADD;
	width: 280px;
	color: #333;
}
div.popup textarea {
	border: 1px solid #FEEADD;
	background-color: #FEEADD;
	width: 280px;
	height: 60px;
	color: #333;
}
div.popup label {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	width: 250px;
	display: block;
	font-size: 11px;
}


input.titulars_portada {
	border: 1px solid #E5E5E5;
	background-color: #E5E5E5;
	width: 150px;
	color: #333;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}