form {
	margin: 0px;
	padding: 0px;
}

label {
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	width: auto;
/*	display: block;*/
}


fieldset {
	margin-bottom: 10px;
	padding: 3px;
	border: none;
}

input, select, textarea {
	border: none;
	font-size: 11px;
	clear: right;
	margin-top: 3px;
	padding:2px;
}

input.comentari {
	border: 1px solid #BE0418;
	background-color: #FAE1E0;
	width: 560px;
	color: #333;
}
textarea.comentari {
	border: 1px solid #BE0418;
	background-color: #FAE1E0;
	width: 560px;
	height: 160px;
	color: #333;
}

textarea.comentari:focus, input.comentari:focus {
	background-color: #FFF;
	color: #333;
}

input.comentari-error {
	background-color: #FFBABA;
	border: 1px solid #D8000C;
	width: 560px;
}
textarea.comentari-error {
	background-color: #FFBABA;
	border: 1px solid #D8000C;
	width: 560px;
	height: 160px;
}

input.submit {
	border: 1px solid #660000;
	background: transparent url('../img/fons/fons_vermell.gif');
	width: 50px;
	color: #333;
	font-weight: bolder;
}



div.popup input {
	border: 1px solid #FFD2D2;
	background-color: #FFD2D2;
	width: 280px;
	color: #333;
}
div.popup textarea {
	border: 1px solid #FFD2D2;
	background-color: #FFD2D2;
	width: 280px;
	height: 60px;
	color: #333;
}
div.popup label {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	width: 250px;
	display: block;
	font-size: 11px;
}
div.popup input.submit {
	border: 1px solid #660000;
	background: transparent url('../img/fons/fons_vermell.gif');
	width: 50px;
	color: #333;
	font-weight: bolder;
}
