@charset "UTF-8";
/* CSS Document */

form {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	min-width: 500px;
	max-width: 600px;
	width: 560px; 
}





label{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}


 select, input {
	/* 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:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	width:300px;
}

input.inputCheckbox, input.submit  {
  	width:auto;     
	margin:5px 0 0 10px;
}
/**/
form.form_arearis{
	min-width: 300px;
	max-width: 100%;
	width: 100%; 
}
form.form_arearis label{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
form.form_arearis input, form.form_arearis select{
	width:auto;     
	margin:5px 0 0 10px;
	width:200px;
}
form.form_arearis input, form.form_arearis select{
	width:auto;     
	margin:5px 0 0 10px;
	width:200px;
}
form.form_arearis input.submit{
		width:auto;     
	margin:5px 0 0 10px}
/**/
textarea { overflow: auto; }
form .required, .required{
font-weight:bold; color:#FF0000;
} /* uses class instead of div, more efficient */
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/**/
.allineaForm{
margin:10px 0px 10px 165px;
}
