/*STILE COMPONENTI FORM */
.medio_text{
	background: #FEFEFE;
	color: #3333FF;
	font-size: 9px;
	border: 1px solid #B77458;
	width: 120px;
	height: 14px;
}
.medio_text_dis{
	background: transparent;
	color: #3333FF;
	font-size: 9px;
	border: 1px solid #B77458;
	width: 120px;
	height: 14px;
}
.grande_text{
	background: #FEFEFE;
	color: #3333FF;
	font-size: 9px;
	border: 1px solid #B77458 !important;
	width: 240px;
	height: 14px;
}
.piccolo_text{
	background: #FEFEFE;
	color: #3333FF;
	font-size: 9px;
	border: 1px solid #B77458 !important;
	width: 80px;
	height: 14px;
}
.mini_text{
  background: #FEFEFE;
	color: #3333FF;
	font-size: 9px;
	border: 1px solid #B77458 !important;
	width: 40px;
	height: 14px;
}
.area_text{
	background: #FEFEFE;
	font-size: 12px;
	color: #3333FF;
	border: 1px solid #B77458 !important;
}
.verybig_select{
  background: #FEFEFE;
	color: #3333FF;
	font-size: 9px;
	border: 1px solid #B77458 !important;
	width: 520px;
	height: 18px;
}
.grande_select{
	background: #FEFEFE;
	color: #3333FF;
	font-size: 9px;
	border: 1px solid #B77458 !important;
	width: 280px;
	height: 18px;
}
.medio_select{
  background: #FEFEFE;
	color: #3333FF;
	font-size: 9px;
	border: 1px solid #B77458;
	width: 120px;
	height: 18px;
}
.piccolo_select{
	background: #FEFEFE;
	color: #3333FF;
	font-size: 9px;
	border: 1px solid #B77458 !important;
	width: 80px;
	height: 18px;
}
.size_select{
  background: #FEFEFE;
	color: #333333;
	font-size: 9px;
	border: 1px solid #B77458;
	width: 160px;
}
.buttonlogin{
	background:#FEFEFE;
	color:#333333;
	border:solid 1px #555555;
	width:120px;
	padding:3px 2px 1px 2px;
	margin:4px auto 2px auto;
	cursor:pointer;
}
