﻿@charset "utf-8";
.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checklist li {
	float: left;
	left: 62px;
	margin: 14px 14px 15px 14px;
	background: url(../img/btn/Demand_check_bg.png) no-repeat 0 0;
	width: 500px;
	height: 90px;
	position: relative;
	font: normal 11px/1.3 "Lucida Grande","Lucida","Arial",Sans-serif;
}
.checklist li.selected {
	background-position: 0px -90px;
}

.checklist li.selected .checkbox-select {
	display: none;
}
.checklist #img{
	margin: -20px -95px;
}
.checkbox-select {
	display: block;
	float: left;
	position: absolute;
	top: 30px;
	left: 15px;
	width: 75px;
	height: 33px;
	background: url(../img/btn/select.png) no-repeat 0 0;
	text-indent: -9999px;
}
.checklist li input {
	display: none;	
}

p.checkbox-deselect {
	display: none;
	float: left;
	position: absolute;
	top: 30px;
	left: 15px;
	width: 75px;
	height: 33px;
	background: url(../img/btn/cancel.png) no-repeat 0 0;
	text-indent: -9999px;
}
.checklist li.selected p.checkbox-deselect {
	display: block;
}
.checklist li label {
	display: block;
	padding: 21px 90px;
}
