
/******************************************************************************/


.casella_formulari1 {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 16px; 
    color: #666666;
    font-weight: normal;
    border: 1px solid #999999;
    width:223px;
    height:16px;
}

.casella_formulari2 {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 16px; 
    color: #666666;
    font-weight: normal;
    border: 1px solid #999999;
    width:470px;
    height:16px;
}

.casella_formulari3 {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 13px; 
    color: #666666;
    font-weight: normal;
    border: 1px solid #CCCCCC;
    width:457px;
    height:185px;
}

.casella_formulari4 {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 16px; 
    color: #666666;
    font-weight: normal;
    border: 1px solid #999999;
    width:107px;
    height:16px;
}

.casella_formulari5 {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 13px; 
    color: #666666;
    font-weight: normal;
    border: 1px solid #999999;
    width:234px;
    height:178px;
}

.casella_formulari6 {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 16px; 
    color: #666666;
    font-weight: normal;
    border: 1px solid #999999;
    width:100px;
    height:16px;
}

.casella_formulari7 {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 16px; 
    color: #666666;
    font-weight: normal;
    border: 1px solid #999999;
    width:40px;
    height:16px;
}

.casella_formulari8 {
    font-family:  Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 13px; 
    color: #666666;
    font-weight: normal;
    border: 1px solid #999999;
    width:234px;
    height:290px;
}

.camps_formularis{
	padding-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	line-height: 20px;
}

.titols_formularis{
	padding-left:3px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	line-height: 20px;
}

.boto_enviar_contacte2{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px; 
	color: #FFFFFF;
	padding-top:3px;
	padding-left:25px;
}

.boto_enviar_contacte{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px; 
	color: #FFFFFF;
	background-color: #999999;
	text-decoration:none;
	padding-right:8px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:4px;
}

#boto{
	width:68px;
	height:23px;
	background-color: #999999;
	text-decoration:none;
	/*padding-right:8px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:4px;*/
}

#boto2{
	width:68px;
	height:23px;
	background:url(../img/fons_boto_enviar.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	/*padding-right:8px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:4px;*/
}

/******************************************************************************/
/* FORMCHECK -> serveix per marcar el requadre vermell quan hi ha error */
.fc-field-error {
	border : 1px solid #FF0000 !important;
	background-color:#FFE4E1;
}

/* FORMCHECK -> serveix per marcar amb vermell el texte que obre la protecció de dades -- la classe fc-field-error no serveix ni amb CHECKBOX 
ni amb RADIOBUTTONS */
.fc-text-destaca{
	color:#FF0000;
	text-decoration:underline;
}