@CHARSET "UTF-8";

.formulari {
	margin-left: 50px;
	max-width: 700px;
}
.avis { background-color:#f0f0f0 }
.imgCaptcha { margin-left:150px }

#avisTextarea {
	font-style:italic;
	font-size:0.8em;
	padding-left:10px;
	margin-top:-8px;
}
label {
	font-size:1.1em;
	margin-bottom: 0.3em;
	display: block;
	font-weight: bold;
}	
input, textarea, select {
	border-top:    2px solid #303030;
	border-left:   2px solid #303030;
	border-right:  1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 0.5em;
	margin: 2px 0;
	width: 100%;
}
label#captcha-input { 
	display: inline-block;
}
input#captcha-input {
	width: auto;
}
select {
	background:white;
	width:300px;
}
textarea {
	resize: none;
	outline: none;
	overflow: auto;
}
button { width:150px }

#missatges { width:550px; }

.criterisCerca input { border:0 }

.camp {
    margin-bottom: 1em;
}
