fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0;  
} 

fieldset p {
	font-weight: bold;
	margin-bottom: 0;
}

legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;  
} 
 
fieldset ol {  
	padding: 0em 1em 0 1em;  
	list-style: none;  
}
  
fieldset li {  
	padding-bottom: .8em;
}

fieldset textarea {
	width: 300pt;
	height: 35pt;
}
  
fieldset.submit {  
	border-style: none;  
}

fieldset.general label {    
	float: left;    
	width: 12em;    
	margin-right: 0em;    
	text-align: left;  
	font-weight: bold;
}

fieldset.general fieldset {
	margin-top: 0em;      
	margin-bottom: -2.5em;      
	border-style: none;      
	background-color: transparent;      
	background-image: none;      
}
      
fieldset.general fieldset legend {
	margin-left: 0;      
	font-weight: normal; 
}
      
fieldset.general fieldset ol {      
	position: relative;      
	top: -1.5em;      
	margin: 0 0 0 11em;      
	padding: 0;      
}
      
fieldset.general fieldset label {      
	float: none;      
	width: auto;      
	margin-right: auto;      
}

fieldset.db {
	margin: 0;
	border: 0; 
} 

fieldset.db label {
	padding: 0; 
	float: left;    
	width: 6em;    
	margin-right: 1em;    
	text-align: right;  
	font-weight: bold;
}

fieldset.db textarea {
	width: 200px;
	height: 100px;
}

fieldset.db input[type="text"] {
	width: 200px;
}

table.formtable thead td, thead th {
	text-align: center;
	font-size: 8pt; 
	background-color: #005C8E;
	color: #ffffff;
	font-weight: bold;
	border-top: solid 1px #d8d8d8;
	}
	
table.formtable td	{
	color: #000;
	background-color: #d0d0d0;
	padding-right: 2px;
	font-size: 12px;
	#text-align: right;
	border-bottom: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
	}
