form {
	margin: 0px;
	padding: 0px;
}
label {
	margin-top: 10px;
	cursor: pointer;
	width: auto;
	display: block;
	font-weight: bolder;
}
fieldset {
	margin-bottom: 10px;
	padding: 3px;
	border: none;
}
input, select, textarea {
	border: none;
	font-size: 11px;
	clear: right;
	margin-top: 2px;
	padding:2px;
	font-family: Courier, Arial, Verdana;
}
input.radio {
	border: none;
}
input.checkbox {
	width: 15px;
}

textarea:focus, input:focus {
	background-color: #FFF;
	color: #333;
}

.areamarro {
	background: transparent url('../img/icones/fletxaerror.gif') no-repeat center right;
	width: 60px;
	height: 20px;
}

input.contacte {
	width: 540px;
	border: 1px solid #e5f4fd;
	background-color: #e5f4fd;
}
textarea.contacte {
	width: 540px;
	height: 160px;
	border: 1px solid #e5f4fd;
	background-color: #e5f4fd;
}
input.butlleti_r {
	width: 400px;
	border: 1px solid #F9CCE7;
	background-color: #F9CCE7;
}
input.butlleti_b {
	width: 400px;
	border: 1px solid #e5f4fd;
	background-color: #e5f4fd;
}
input.butlleti_p {
	width: 140px;
	border: 1px solid #e5f4fd;
	background-color: #e5f4fd;
}
input.error {
	width: 540px;
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
}
textarea.error {
	width: 540px;
	height: 160px;
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
}

input.dinamic {
	width: 190px;
	border: 1px solid #E5E5E5;
	background-color: #E5E5E5;
	color: #333;
}
textarea.dinamic {
	width: 190px;
	height: 40px;
	border: 1px solid #E5E5E5;
	background-color: #E5E5E5;
	color: #333;
}
label.dinamic {
	margin-top: 10px;
	float: left;
	display: block;
	cursor: pointer;
	width: 150px;
	font-size: 11px;
	color: #000;
}
textarea.dinamic:focus, input.dinamic:focus {
	background-color: #FFF;
	color: #333;
}