label { width:100px;display:block;float:left;text-align:right;margin-right:10px; }

fieldset {border:1px dotted #ccc;padding:10px}

legend { padding:0px 10px; margin-bottom:20px;}

.separa { 
	clear:both;
	/*height:5px; 	*/
	}

/*-----------*/

.required {
	color: #cc0000;
	vertical-align:top;	
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}


.textfield {
	font-size: 12px;
	width: 200px;
	margin-bottom:6px;
}
.textarea {
	font-size: 12px;
	width: 200px;
	height: 100px;
	margin-bottom:6px;
}
.select {
	font-size: 12px;
	margin-bottom:6px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}

.field_checkbox, .field_radio {
	vertical-align:top;
	margin-bottom:6px;
}

.email {
	font-size: 12px;
	width: 200px;
	margin-bottom:6px;
}

.legal_text{	
	font-size:0.8em;
	line-height:1.1em;
	padding:10px 10px 0 10px;		
	text-align:justify;
	margin-bottom:6px;	
	height:100px;
	overflow:auto;
	}

