.spazio{
float: left;
margin-left: 6px;
width: 600px; 
height: 5px;
font-size: 11px;
text-align: left;
overflow: hidden;
}

.form-title{
	font-family: Verdana;
	font-size: 14px;
	color: #4F4E4E;
	font-weight:bold;
	text-align: left;
	width: 570px !important; width: 600px;
	height: 19px;
	float: left;
	padding: 5px 15px 5px 15px;
	/*background-color: #990000;*/
}   

.form-note{
    float: left;
    font-family: Verdana;
		font-size: 11px;
		color: #545454;
		width: 570px !important; width: 600px;
		padding: 5px 15px 5px 15px;
		text-align: left;	
		font-weight: bold; 
}

.sub-title-field {
	float: left;
    padding: 5px 0 0 0;
    height: 22px;
}

.sub-title-field input {
	font-size: 12px;
	float: left;
    border: none;
    font-weight: bold;
    color: #787878;
    width: 650px;
}

fieldset {
		clear: both;
    border: 1px #999 solid;*/
    width: 590px !important; width: 600px;
    padding: 5px 5px 10px 5px;
}

fieldset.showhide {
		display: none;
}

legend {
    font-size: 11px;
    font-weight: bold;
    color: #4F4E4E;	
    background-color: #FFFFFF;
    font-family: Verdana;
}

.privacy-text-field {
		float: left;
    padding: 5px 15px 5px 15px;
    font-family: Verdana;
		font-size: 11px;
		color: #545454;	
 		text-align: center;
 		width: 570px !important; width: 600px;
}

.privacy-text {
    float: left;
    padding: 5px 15px 5px 15px;
    font-family: Verdana;
		font-size: 11px;
		color: #545454;	
 		text-align: justify;	
 		width: 570px !important; width: 600px; 
}

.long-field {
	float: left;
    padding: 15px 0 0 0;
}

.long-field input {
	float: left;
	width: 454px;
    /*height: 22px;*/
}

.long-field span {
		text-align: right;
		width: 120px;
		float: left;
    padding-right: 10px;
    height: 22px;
}

.long-field textarea{
		float: left;
		width:454px; 
		height: 34px;
		font-family: Verdana;
		font-size: 11px;
}

.medium-field {
	float: left;
  padding: 15px 0 0 5px;
  height: 22px;
}

.medium-field input {
	float: left;
	width: 400px !important; width: 446px;
    /*height: 22px;*/
}

.medium-field span {
		text-align: right;
		width: 120px;
		float: left;
    padding-right: 10px;
    height: 22px;
}

.form-fields{
    clear: both;
    font-family: Verdana;
		font-size: 11px;
		color: #545454;
		padding: 10px 0 0 0;
		width: 600px !important; width: 600px;
		float: left;
}

.form-fields-left{
    float: left;
    width: 300px;
    text-align: right;
    border: 0px solid #545454;
}

.form-fields-right{
    float: left;
    width: 290px;
    border: 0px solid #545454;
}

.separator {
    float: right;
    width: 590px;
    height: 15px;
    border-bottom: 1px #999 dotted;
}

.field, .field-checkbox {
    text-align: right;
    padding: 15px 0 0 0;
    height: 22px;
    /*border: 1px solid red;*/
}

.form-fields-left .field {
	width: 300px;
} 

.form-fields-right .field {
	width: 290px;
} 

.form-fields-left .field span,  
.form-fields-left .field-checkbox span {
		width: 120px;
		float: left;
    padding-right: 10px;
}

.form-fields-right .field span,
.form-fields-right .field-checkbox span{
		width: 120px;
		float: left;
    padding-right: 10px;
}

.field-checkbox {
	float: left;
}

.field input{
	 float: left;
   width: 150px;
}

.field select {
	  float: left;
    width: 152px;
}

select.longsize {
	  float: left;
	  width: 550px;
}

#form-bottom{
    clear:both;
    padding-top: 20px;
}

/* firefox fix */
#form-bottom[id]{
    padding-top: 20px;
}

#form-bottom-left{
	width: 450px;
    float: left;
}

.form-bottom-left-left{
	width: 100px;
	text-align: right;
	float: left;
    padding-right: 10px;
}

.form-bottom-left-right{
    float: left;
}

.form-bottom-left-right textarea {
	width:330px; 
	height: 150px;
}

#form-bottom-right{
    float: left;
    width:230px; 
    padding-left: 20px;
}

#form-submit{
    clear: both;
    padding: 5px 0 0 0;
    display:none;
    width: 360px; 
    text-align: center;
    width: 100%;
}

.form-submit-button{
    float: left;
    width: 50%;
    text-align: center;
    overflow: hidden;
}

.form-submit-button p{
    font-size: 11px;
    font-weight: bold;
    float: right;
    margin: 0 17px 0 0;
    padding: 3px;
    text-align: center;
    width: 100px;
    color: white;
    background-color: #ABACAF;
}

.form-submit-button p a{
    color: white;
    text-decoration: none;
}

.form-submit-button input{
		font-size: 11px;
    font-weight: bold;
    border: 0;
    padding: 2px 0 0px 0;
    margin: 0 0px 0 0px;
    width: 100px;
    color: white;
    background-color: #ABACAF;
    cursor: pointer;
    text-align: center;
    height: 18px;
}

/* firefox-explorer fix different dimensions */
.form-submit-button[class] input{
    padding: 2px;
}

.form-submit-button input:hover{
    cursor: pointer;
}

.field-reg{
font-family: Verdana;
font-size: 11px;
color: #000000;
font-weight: normal;
height: 16px;
text-align: left;
BORDER-RIGHT: 1px solid #B8B8B8; 
BORDER-TOP: 1px solid #B8B8B8; 
BORDER-LEFT: 1px ridge #B8B8B8;
BORDER-BOTTOM: 1px ridge #B8B8B8; 
MARGIN: 0px; 
vertical-align: bottom;
}

.long-reg{
font-family: Verdana;
font-size: 11px;
color: #000000;
font-weight: normal;
height: 16px;
text-align: left;
BORDER-RIGHT: 1px solid #B8B8B8; 
BORDER-TOP: 1px solid #B8B8B8; 
BORDER-LEFT: 1px ridge #B8B8B8;
BORDER-BOTTOM: 1px ridge #B8B8B8; 
MARGIN: 0px; 
vertical-align: bottom;
}

.longer-field {
	float: left;
    padding: 15px 0 0 0;
}

.longer-field input {
	float: left;
	width: 450px;
    /*height: 22px;*/
}

.longer-field span {
		text-align: right;
		width: 120px;
		float: left;
    padding-right: 10px;
    height: 22px;
}

.field-long input{
	 float: left;
   width: 420px;
}


.field-long select {
	  float: left;
    width: 300px;
}

.longer2-field {
	float: left;
    padding: 5px 0 0 0;
}

.longer2-field input {
	float: left;
	width: 450px;
    /*height: 22px;*/
  font-weight: normal;
  font-size: 12px;
  color: #787878;	
  font-family: Verdana;
  border: none;
  margin-left: 15px;
}