form {
	margin: 0px;
	padding: 0px;
}
input.cap_cerca {
	border: 1px solid #d0d0d0;
	border-right-color: #ddd;
	border-top-color: #909090;
	border-left-color: #ddd;
	font-size: 11px;
	font-weight: normal;
	width: 170px;
}
input.cap_cerca_boto {
	background-color: #BDBDBD !important;
	border: 1px solid #BDBDBD !important;
	font-size: 12px;
	margin-top: 3px;
	color: #000;
	font-weight: bolder;
}
input.alta_boto, input.baixa_boto {
	background-color: #BDBDBD !important;
	border-bottom: 1px solid #BDBDBD !important;
	border-top: 1px solid #BDBDBD !important;
	border-right: 1px solid #BDBDBD !important;
	font-size: 12px;
	margin-top: 3px;
	color: #000;
	font-weight: bolder;
}
input.baixa_boto {
	border-left: 3px solid #EF3125 !important;
}
input.alta_boto {
	border-left: 3px solid #2FEF25 !important;
}

input.titulars {
	border: 1px solid #EF3125;
	background-color: #F6F5F2;
	width: 250px;
	color: #333;
}

input.enviar { 
	background-color: #928F88 !important;
	border: 1px solid #928F88 !important;
	font-size: 11px;
	font-weight: bolder;
	width: 80px !important;
	color: #FFF !important;
	font-family: Arial;
}

label {
	cursor: pointer;
	width: auto;
	display: block;
}

fieldset {
	margin-bottom: 5px;
	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.comentari {
	border: 1px solid #EF3125;
	background-color: #F6F5F2;
	width: 490px;
	color: #333;
}
textarea.comentari {
	border: 1px solid #EF3125;
	background-color: #F6F5F2;
	width: 490px;
	height: 100px;
	color: #333;
}
input.comentari-error {
	border: 1px solid #D8000C;
	background-color: #FFBABA;
	width: 490px;
	color: #333;
}
textarea.comentari-error {
	border: 1px solid #D8000C;
	background-color: #FFBABA;
	width: 490px;
	height: 100px;
	color: #333;
}


div.popup input {
	border: 1px solid #ffe6c8;
	background-color: #ffe6c8;
	width: 280px;
	color: #333;
}
div.popup textarea {
	border: 1px solid #ffe6c8;
	background-color: #ffe6c8;
	width: 280px;
	height: 60px;
	color: #333;
}
div.popup label {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	width: 250px;
	display: block;
	font-size: 11px;
}
