		.checklist {
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
		.checklist li {
			margin-right: 0px;
			background: url(../images/checkboxbg.gif) no-repeat 0 0;
			width: 190px;
			height: 20px;
			position: relative;
			font: normal 11px/1.3 "Lucida Grande","Lucida","Arial",Sans-serif;
		}
		
		.checklist li.selected {
			background-position: -190px 0;
		}
		
		.checklist li.selected .checkbox-select {
			display: none;
		}
		
		.checkbox-select {
			display: block;
			float: left;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 190px;
			height: 20px;
			background: url(../images/spacer.gif) no-repeat 0 0;
			text-indent: -9999px;
		}
		
		.checklist li input {
			display: none;	
		}
		
		a.checkbox-deselect {
			display: none;
			color: white;
			font-weight: bold;
			text-decoration: none;
			position: absolute;
			top: 0px;
			right: 0px;
			width: 190px;
			height: 20px;
			background: url(../images/spacer.gif) no-repeat 0 0;
			text-indent: -9999px;
		}
		
		.checklist li.selected a.checkbox-deselect {
			display: block;
		}
		
		.checklist li p {
			text-align: left;
			padding: 3px 0 0 35px;
			margin:0;
			font-size: 12px;
		}
		
		.sendit {
			display: block;
			float: left;
			top: 118px;
			left: 10px;
			width: 124px;
			height: 41px;
			border: 0;
			cursor: pointer;
			background: url(../images/btn_getquote.png) no-repeat 0 0;
			text-indent: -9999px;
			margin: 5px 0;
		}

		.sendrequest {
			display: block;
			float: left;
			top: 118px;
			left: 10px;
			width: 124px;
			height: 41px;
			border: 0;
			cursor: pointer;
			background: url(../images/btn_sendrequest.png) no-repeat 0 0;
			text-indent: -9999px;
			margin: 5px 0;
		}


