/* Styles */


form {
	padding: 0;
	float: left;
	margin: 0px 0 20px;
	width: 90%;
	text-align: left;
}

fieldset {
	border-style: none;
}

select.amplada {
/*	width: 72px; */

	width: 120px;
}
input.cerca_boto {
	width: 72px;
}


/* Atenció l'etiqueta PARE "cercaref" estŕ a "divs.css" */

input.cercaref {
	width: 72px;
}

legend {
	color: #941400;
	background: transparent;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
}

label {
	float: left;
/*	width: 50px; */
	width: 70px;
	
	
	text-align: left;
	padding: 0;
	color: #003366;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

fieldset div {
	margin-bottom: 0em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	width: 100%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 100px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	text-align: right;
}

#fm-submit input {
	border: 1px solid #FFFFFF;
	padding: 5px;
	background: #659CDF;
	color: #FFFFFF;
	font: normal 11pt Georgia, "Times New Roman", Times, serif;
}


input:focus, textarea:focus {
	color: #000;
	background: #FFFFFF;
}

	
	/* ____________ MÉS BOTONS _______ */
	

input.cerca_boto_compra {
	width: 100px;
}


/*#fm-submit_compra { */
.fm-submit_compra { 
	clear: both;
	text-align: left;
}

/* #fm-submit_compra input { */
.fm-submit_compra input { 
	border: 1px solid #FFFFFF;
	padding: 5px;
	background: #659CDF;
	color: #FFFFFF;
	font: normal 11pt Georgia, "Times New Roman", Times, serif;
}


		/* ________________ BOTÓ "MÉS INFORMACIÓ" ________ */

input.cerca_boto_mesinfo {
	width: 140px;
}


/* #fm-submit_mesinfo { */
.fm-submit_mesinfo {
	clear: both;
	text-align: left;
}

/* #fm-submit_mesinfo input { */
.fm-submit_mesinfo input { 
	border: 1px solid #FFFFFF;
		
		padding: 4px;
		
	background: #659CDF;
	color: #FFFFFF;
	font: normal 10pt Georgia, "Times New Roman", Times, serif;
}




		/* ________________ BOTÓ "RESERVAR" ________ */

input.cerca_boto_reserva {
	width: 70px;
}


/* #fm-submit_reserva { */
.fm-submit_reserva { 
	clear: both;
	text-align: left;
}

/* #fm-submit_reserva input { */
.fm-submit_reserva input {
	border: 1px solid #FFFFFF;
		
		padding: 2px;
		
	background: #659CDF;
	color: #FFFFFF;
	font: normal 8pt Georgia, "Times New Roman", Times, serif;
}

	
	
	/* ____________ MÉS BOTONS _______ */
	
	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: normal;
}

fieldset div.fm-req {
	display:block;
	float:left;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* Basic page styling, not part of the form example */


p#fm-intro {
	margin: 0;
}
fieldset div.fm-opt {
	font-weight: normal;
}
