form.asform fieldset {
							  margin-bottom: 10px;
							}
							form.asform legend {
							  padding: 0 2px;
							  font-weight: bold;
							}
							form.asform label {
							  display: inline-block;
							  line-height: 1.8;
							  vertical-align: top;
							}
							form.asform fieldset ol {
							  margin: 0;
							  padding: 0;
							}
							form.asform fieldset li {
							  list-style: none;
							  padding: 5px;
							  margin: 0;
							}							
							form.asform .asformfind label {
							  width: 200px; /* Width of labels */
							  float: left;
							}
							form.asform .asformfind input {
							  width: 250px; /* Width of labels */

							}

							form.asform .asformlt .ltleft {
								float: left;
								margin-right: 10px;
							}
							form.asform .asformlt .ltright {
								float: left;
							}
							form.asform ol li {
							  list-style: none;
							  padding: 1px;
							  margin: 0;
							}

		
							
							.checklist {
			border: 1px solid #ccc;
			list-style: none;
			height: 10em;
			overflow: auto;
			width: 16em;
		}
		.checklist, .checklist li { margin-left: 0; padding: 0; }
		.checklist label { display: block; height: 1%; padding-left: 25px; text-indent: -25px; }
		
		
		/* Checklist 1 */
		.cl1 { font-size: 0.9em; width: 100%; height: 15em; }
		.cl1 .alt { background: #f5f5f5; }
		.cl1 input { vertical-align: middle; }
		.cl1 label:hover, .cl1 label.hover {  }
		
		/* Decorative stuff */
		/*body { font: 76%/1.4 Verdana, Arial, sans-serif; }
		code { font: 1.2em Consolas, "Courier New," Courier, monospace; color: #149514; }*/
		
		/* CSS for checklists */
		.checklist {
			border: 1px solid #ccc;
			list-style: none;
			height: 10em;
			overflow: auto;
			width: 16em;
		}
		.checklist, .checklist li { margin-left: 0; padding: 0; }
		.checklist label { height: 2em; padding-left: 25px; text-indent: -10px; }
		.checklist label:hover, .checklist label.hover { }
		
		/* Checklist 1 */
		.cl1 { font-size: 0.9em; width: 100%; height: 15em; }
		.cl1 .alt { background: #f5f5f5; }
		.cl1 input { vertical-align: middle; }
		.cl1 label:hover, .cl1 label.hover { text-decoration: underline; }

		/* Search Settings */
		span.searchSettings {
			display: block;
			float: left;
			width: 320px;
		}
