/* FORMULARIS*/

INPUT.miTextField{
	font-size: 10;
	border-width: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #eeeeee;
}

INPUT.miTextFieldOn{
	font-size: 10;
	border-width: 1;
	border-style: solid;
	border-color: #ff0000;
	background-color: #ffffff;
}
TEXTAREA.miTextField{
	font-size: 10;
	border-width: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #eeeeee;
}

TEXTAREA.miTextFieldOn{
	font-size: 10;
	border-width: 1;
	border-style: solid;
	border-color: #ff0000;
	background-color: #ffffff;
}
SELECT{
	font-size: 10;
	font-family: arial, helvetica, sans-serif;
	background-color: #eeeeee;
}
TEXTAREA{
	font-size: 10;
	font-family: arial, helvetica, sans-serif;
	background-color: #eeeeee;
}

.form
{
	font-family :Trebuchet MS,Tahoma,Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}
.formobligatori
{
	font-family :Trebuchet MS,Tahoma,Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #003f8e;
}
.formNoobligatori
{
	font-family :Trebuchet MS,Tahoma,Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;

}


.formbb
{
	font-family :Trebuchet MS,Tahoma,Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
    font-weight : bold;
}




.formobligatoriSenseheiht
{
	font-family :Trebuchet MS,Tahoma,Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-align: right;
}
.formFck
{
	font-family :Trebuchet MS,Tahoma,Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #808080;
	background-color: #ffffff;
}