		/* Undo some styles from the master stylesheet */
		.checklist li { background: none; padding-left: 0; height:20px;}
		
		/* CSS for checklists */
		.checklist {
			border: 10px solid #red;
			list-style: none;
			overflow: auto;
			width: 100%;
		}
		.checklist, .checklist li { margin-left: 0; padding: 0; }
		.checklist label { display: block; padding-left: 25px; text-indent: -25px; }
		
		* html .checklist label { height: 1%; }
		
		/* Checklist 1 */
		.cl1 { font-size: 14pt; width: 100%;}
		.cl1 input { vertical-align: middle; }
		
		.cl4 { font-size: 14pt; width: 90%; height: 120px; }
		.cl4 .alt { background: #f5f5f5; }
		.cl4 input { vertical-align: middle; }
		.cl4 label:hover, .cl4 label.hover { background: #ddd; color: #000; }
		
		
		/* Checklist 2 */
		.cl2 {
			background: #67893d;
			color: #D1DCC5;
			font-family: Tahoma, Geneva, Arial, sans-serif;
			width: 400px;
		}
		.cl2 input { vertical-align: middle; }
		.cl2 label { border-bottom: 1px solid #769550; padding: 0.2em 0.2em 0.2em 25px; }
		.cl2 label:hover, .cl2 label.hover { background: #306B34; color: #fff; }
		
		/* Checklist 3 */
		.cl3 {
			border: 1px dotted #a17c04;
			color: #a05a04;
			font-family: "Trebuchet MS", Tahoma, Geneva, Arial, sans-serif;
			font-size: 0.9em;
			height: 19em;
		}
		.cl3 .alt { background: #f8f6ed; }
		.cl3 label { padding: 0.2em 0.2em 0.2em 25px; }
		.cl3 label:hover, .cl3 label.hover { background: #EFE9D4; color: #a05a04; }
