form {
	margin: 0px;
	padding: 0px;
}
input.radio {
	border: none;
}


label {
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	width: auto;
/*	display: block;*/
}

.formu label {
	display: block;
	font-weight: bold;
}

fieldset {
	margin-bottom: 10px;
	padding: 3px;
	border: none;
}

input, select, textarea {
	border: none;
	font-size: 11px;
	clear: right;
	margin-top: 3px;
	padding:2px;
	font-family: Courier, Arial, Verdana;
}

input.border{
	border: 1px solid #999999;
}

select.comentari-taronja {
	border: 1px solid #FFF1E6;
	background-color: #FFD0AE;
	color: #000;
}
input.comentari-taronja {
	border: 1px solid #FFF1E6;
	background-color: #FFD0AE;
	width: 520px;
	color: #000;
}
textarea.comentari-taronja {
	border: 1px solid #FFF1E6;
	background-color: #FFD0AE;
	width: 520px;
	height: 100px;
	color: #000;
}

.areamarro {
	background: transparent url('../img/icones/fletxaerror.gif') no-repeat center right;
	width: 60px;
	height: 20px;
}
textarea.comentari-taronja:focus, input.comentari-taronja:focus {
	background-color: #FFF;
	color: #333;
}

select.comentari-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
}
input.comentari-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 520px;
}
textarea.comentari-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 520px;
	height: 160px;
}
.boto_taronja {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	font-weight: bolder;
	font-size: 14px !important;
}

ul.error {
	list-style-type: square;
	color: #990000;
}
#area_nospam {
 	float: left; 
}
#antispam {
 	float: left; 
 	width: 350px;
}
