		
/* 	
	----------------------------------------------------------------------------------------------------- 
	FIELDSET
   	----------------------------------------------------------------------------------------------------- 
*/
	fieldset {
		border:0;
		margin:0 0 10px 0;
		padding:0;
		background:transparent url(/FE/images/_layout/interface/fieldsetBG.gif) scroll repeat-x 0 17px;
	}
	/*fieldset { 
		margin:5px 0 5px 0;
		padding:15px 0 10px 0;
		background:transparent url(/FE/images/_layout/interface/fieldsetBG.gif) scroll repeat-x 0 30px;
	}*/
	html>body fieldset { background-position:0 8px;}
	fieldset div { 
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
	}/*
	html>body fieldset div { padding-top:0; padding-bottom:0;}
	*/
	fieldset legend { 
		margin:0 0 0 -6px;
		font-weight:bold;
		color:#72716D; 
		font-size:0.9em;
		text-transform:uppercase;
	}
	fieldset legend span { display:none; }
	
	fieldset label {
		display:block;
		float:left;
		width:150px;
		
		/*font-weight:bold;*/
		
		margin-right:5px;
		margin-top:3px;
		margin-bottom:10px;
		
		color:#676767;
		
	}
	fieldset input { 
		width:250px;
		font-size:0.9em; 
		border-top:1px solid #666;
		border-left:1px solid #666;
		border-right:1px solid #CCC;
		border-bottom:1px solid #CCC;		
		margin-bottom:10px;
	}
	fieldset br { 
		display:block;
		clear:left;
	}

	fieldset h6 { 
		text-align:right;
		font-size:1.1em;
		color:#676767;
		border-bottom:1px solid #247B37;
		margin-top:20px;
		margin-bottom:10px;
	}
	
	select { 
		font-size:0.9em; 
		width:250px;
	}	
	textarea {
		font-size:0.9em; 
		color:#818181;
			border-top:1px solid #666;
			border-left:1px solid #666;
			border-right:1px solid #CCC;
			border-bottom:1px solid #CCC;	
		margin-bottom:2px;
		width:250px;
		height:100px
	}	
	.privacy { 
		width:530px; 
		height:90px;
		color:#000;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		padding:5px;
	}
	
/* 	
	----------------------------------------------------------------------------------------------------- 
	buttons
   	----------------------------------------------------------------------------------------------------- 
*/
	.inputDiv { 
		text-align:right; 
		padding:5px;
	}	
	.inputDiv input {
		padding:2px 7px 2px 7px;
		margin-left:10px;
		
		width:auto; 
		height:auto;
		color:#FFF;
		font-size:0.9em;
		background:#676767;
	
		border-left:1px solid #FFF;
		border-top:1px solid #FFF;
		border-right:1px solid #CCC;
		border-bottom:1px solid #CCC;
		text-transform:uppercase;
	}	
		
/* 	
	----------------------------------------------------------------------------------------------------- 
	AREA PER RADIOBUTTON E CHECKBOX
   	----------------------------------------------------------------------------------------------------- 
*/
	.radioArea  { padding-top:15px; }	
	.radioArea p {
		float:left;
		margin:0 10px 0 0;
		padding:0;
	}
	.radioArea input {
		width:auto;
		float:left;
		border:0;
	}
	.radioArea label {
		float:left;
		padding:2px 0 0 2px;
		margin:0 40px 0 0;
		width:auto;
	}	
	.dateArea {
		clear:left;
		margin:0;
		padding:0;
	}
	.dateArea select { width:auto; }
	.dateArea label { text-align:left; }
/* 	
	----------------------------------------------------------------------------------------------------- 
   	----------------------------------------------------------------------------------------------------- 
*/		
	#buttonLink {
		text-align:right;
	}
	#contents #buttonLink a:link, #contents #buttonLink a:visited {
		padding:2px 7px 2px 7px;
		margin-left:10px;
	
		width:auto; 
		height:auto;
	
		font-size:0.9em;
		font-weight:normal;
		text-decoration:none;
		text-transform:uppercase;
		
		color:#FFF;
		background:#676767;
	
		border:1px solid #FFF;
		border-right:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	#contents #buttonLink a:hover { color:#FFF; }
	
/* 	
	----------------------------------------------------------------------------------------------------- 
   	----------------------------------------------------------------------------------------------------- 
*/	