/*

	CSS pròpia i independent per a l'estètica dels formularis

*/

/* -- envoltori  i elements estètics -- */

#form {
    position: relative;
    _overflow: hidden;
	width: 800px;
	font-weight: normal;
	margin: 20px auto 20px auto;
}
#form #form_titol {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
    font-style: italic;
	font-size: 18px;
	font-weight: bold;
	color: #a0a0a0;
	padding: 10px 0 10px 5px;
}
#form #form_info {
	width: 100%;
	text-align: center;
}
#form .form_titol_apartat {
	padding: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

#form .resalt {
	margin: 20px;
	padding: 10px;
	background-color: #fbfbfb;
	border: 1px dashed #dedede;
}

#form .message {
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
	width: 100%;
	background-color: #f0f0f0;
}
#form td .message {
	font-size: 10px;
	line-height: 12px;
	width: auto;
}


#form hr {
	background-color: #e0e0e0;
	border: 0px;
}
#form #hr {
	border: 1px solid #e0e0e0;
	margin: 15px 0 15px 0;
}

/* -- formulari, caps i botons -- */

#form form {
}
#form input, #form textarea, #form select {
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: black;
	font-weight: bold;
}
#form .button, #form .button_up, #form .button_down {
	font-size: 12px;
	color: black;
	margin: 4px;
	padding: 4px;
}
#form .field_left input, #form .field_left select, #form .field_double textarea {
	border: 1px solid #d0d0d0;
}
#form .button_up {
	font-weight: bold;
}
#form .button_down {
	padding: 2px;
	font-size: 9px;
}

/* -- estètica de la taula del formulari -- */

#form .general {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 4px;
}
#form .general_dinamic {
	margin: 0 auto 0 auto;
	padding: 4px;
}
#form .field_left, #form .field_right {
	width: 50%;
}
#form .field_left, #form .field_double, #form .field_right, #form .field_double_info {
	vertical-align: top;
	text-align: left;
	padding: 6px;
}
#form .field_left, #form .field_right, #form .field_double {
	padding-top: 10px;
	border-bottom: 1px solid #f0f0f0;
}
#form .imatge {
	border: 1px;
	vertical-align: middle;
}
#form a:link, #form a:visited {
}
#form a:hover {
}
#form #botons_generals {
	margin: 5px 0 10px 0;
	text-align: center;
}
#form .espaiat {
	padding: 5px;
}

/* -- elements de resalt -- */

#form .indicador {
	color: maroon;
}
#form .alerta {
	color: maroon;
	font-weight: bold;
}
#form #info_indicador {
	font-size: 10px;
	margin: 4px 15px 4px 30px;
}
#form #info_indicador .indicador {
	color: maroon;
}

/* -- caixes d'informació -- */

#form #error, #form #info {
	display: block;
	border: 4px solid #F49853;
	background-color: #FEEABA;
	padding: 10px;
	margin: 10px 30px 10px 30px;
	color: #4A4A4A;
	font-weight: bold;
	text-align: center;
	line-height : 20px;
}
#form #info {
	border: 2px solid #d0d0d0;
	background-color: #E4EDEF;
}
#form #error img, #form #info img {
	vertical-align: middle;
}
#form #error strong {
	font-size: 12px;
	color: maroon;
}

/* -- estètica d'enviament -- */

#tramesa {
	display: none;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	_height: 2000px;
	background-image: url('../grafics/public_forms/trama.gif');
}

#tramesa_info {
    display: none;
	position: absolute;
	left: 50%; top: 50%;
	padding: 5px;
	width: 300px;
	margin-left: -150px;
	height: 34px;
	background-color: #E4EBF1;
	border: 5px solid #68B8D7;

	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

}
#tramesa_info img {
	vertical-align: middle;
}
