form {
	margin: 0px;
	padding: 0px;
}
input.cap_cerca {
	border: 1px solid #d0d0d0;
	border-right-color: #ddd;
	border-top-color: #909090;
	border-left-color: #ddd;
	margin-top: -2px;
	font-size: 11px;
	font-weight: normal;
	width: 140px;
}
input.cap_cerca_boto {
	border-width: 0px;
	background-color:transparent;
	font-size: 12px;
	margin-top: 3px;
	color: #5994A4;
	font-weight: bolder;
}
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;
}

input.contacte {
	border: 1px solid #C6C6C6;
	background-color: #FFF;
	width: 300px;
	color: #333;
}
textarea.contacte {
	border: 1px solid #C6C6C6;
	background-color: #FFF;
	width: 300px;
	height: 160px;
	color: #333;
}

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

input.contacte-error {
	background-color: #FFBABA;
	border: 1px solid #D8000C;
	width: 300px;
}
textarea.contacte-error {
	background-color: #FFBABA;
	border: 1px solid #D8000C;
	width: 300px;
	height: 160px;
}


input.afiliat {
	border: 1px solid #C6C6C6;
	background-color: #FFF;
	width: 520px;
	color: #333;
}
textarea.afiliat {
	border: 1px solid #C6C6C6;
	background-color: #FFF;
	width: 520px;
	height: 160px;
	color: #333;
}

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

input.afiliat-error {
	background-color: #FFBABA;
	border: 1px solid #D8000C;
	width: 520px;
}
textarea.afiliat-error {
	background-color: #FFBABA;
	border: 1px solid #D8000C;
	width: 520px;
	height: 160px;
}

input.enviar {
	background-color: #5994A4 !important;
	color: #FFF !important;
	font-size: 13px;
	font-weight: bolder;
	width: 100px !important;
	text-align: center;
}

ul.error {
	list-style-type: square;
	color: #990000;
}


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;
}