
/* DOWNLOAD FIELDSET */
	
	
	div#content fieldset legend {
	color: #0055CA;
	font-weight: bold;
	font-size: 14px;
	}
	
	div#content fieldset  {
	margin-top: 15px;
	border: 1px solid #0055CA;
	padding: 0px 8px 8px 8px;
	font-size: 10px;
	}
	
	div#content fieldset table {
	font-size: 11px;
	background-color:#f1f1f1;
	border: 1px solid #dfdfdf;
	width: 100%;
	margin-top: 3px;
	}
	
	div#content fieldset td {
	padding: 5px;
	}
	
	td.dwl_ico {
	text-align: center; 
	width: 18px; 
	height: 18px;
	}
	
	td.dwl_head {
	font-weight: bold;
	border-right: 1px solid #dfdfdf;
	height: 18px; 
	width: 354px;
	}
	
	td.dwl_desc {
	font-style:italic; 
	border-right: 1px solid #dfdfdf; 
	width: 372px;
	}
	
	td.dwl_save {
	font-size: 9px; 
	text-align: center; 
	width: 55px;
	}