@charset "UTF-8";
/* CSS Document */

#m2 {
width:251px;

}

form {
	
	padding: 0px;
	margin: 8px 0px 8px 10px;
	min-width: 200px;
	max-width: 300px;
	/*width: 330px;*/
	/*background-color:#CC0033;*/
}
.lineaForm{

vertical-align:top;
margin-top:1px;
 /* setting clear on inputs didn't work consistently, so brs added for degrade */

}
form br{
clear:left;

}
.conBottone{
display: block;
width:auto;
float:left;
}

label{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 6em; 
	padding: 0; 
	margin: 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	/*background-color:#009966;*/
}


input.campotesto {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	width:120px;
	height:15px;
	font-size:10px;
	border:1px solid #dddddd;
	padding-left:5PX;
	/*background-color:#00FF66;*/
}

input.submit  {
  	width:auto;     
	margin:0px;
	padding: 0px;
	margin-left:5px;
	
	font-size:10px;
	

}


form .required, .required{
font-weight:bold; 
} /* uses class instead of div, more efficient */

/**/
.allineaForm{
/*margin:5px 0px 0px 5.8em;*/
margin:8px 0px 0px 0px;
line-height:10px;
}

.allineaForm .interno{
/*margin:5px 0px 0px 5.8em;*/
margin:0px 0px 0px 15px;


}



input.campotestoxx {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	width:160px;
	height:15px;
	font-size:10px;
	border:1px solid #dddddd;
	padding-left:0PX;
	/*background-color:#dddddd;*/
}

#m22 {
width:100%;

}

label.labellungo{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 16em; 
	padding: 3px 4px 0; 
	margin: 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	/*background-color:#009966;*/
}