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;
}

input.cap_cerca { font-size: 12px; width: 160px; color: #000; float: left; background: transparent url(../img/fons/cerca.png) top left no-repeat; height: 25px;  padding: 0 0 0 5px; margin: 0 }
input.boto_cerca { float: left; width:36px; margin: 0; padding: 0; }

input.radio { border: none; }
.formu label { display: block; font-weight: bold; }

textarea.comentari-gris:focus, input.comentari-gris:focus,textarea.contacte:focus, input.contacte:focus
{ background-color: #FFCF91; color: #333; }


input.comentari-error {
	background-color: #FFF1E7;
	border: 1px solid #F76114;
	width: 560px;
	color: #333;
}
textarea.comentari-error {
	background-color: #FFF1E7;
	border: 1px solid #F76114;
	width: 560px;
	height: 160px;
	color: #333;
}

input.comentari {
	border: 1px solid #FFDFB3;
	background-color: #FFDFB3;
	width: 560px;
	color: #333;
}
textarea.comentari {
	border: 1px solid #FFDFB3;
	background-color: #FFDFB3;
	width: 560px;
	height: 160px;
	color: #333;
}


input.contacte {
	border: 1px solid #FFDFB3;
	background-color: #FFDFB3;
	width: 320px;
	color: #333;
}
textarea.contacte {
	border: 1px solid #FFDFB3;
	background-color: #FFDFB3;
	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;
	margin: 10px 0 10px 20px;
}

select.lateraldret {
	background-color: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}


div.popup input {
	border: 1px solid #FFDFB3;
	background-color: #FFDFB3;
	width: 280px;
	color: #333;
}
div.popup textarea {
	border: 1px solid #FFDFB3;
	background-color: #FFDFB3;
	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.cerca {
	border: 1px solid #ece7e0;
	background-color: #ece7e0;
	width: 200px;
	color: #333;
}
select.cerca {
	border: 1px solid #ece7e0;
	background-color: #ece7e0;
	width: 50px;
	color: #333;
}
label.cerca { display: block; }

input.cerca_boto {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
} 
