/* CSS Document 

Dr. Jeromin - Veterinary Allergy & Dermatology, Inc.

margin: top, right, bottom, left

*/

#checklist_wrapper {
	float: center;
	width: 320px;
}
#checklist_entry {
	width: 320px;
	margin: 5px 5px 5px 5px;
}
#checklist_icon {
	background-image: url(images/check_mark_red.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 35px;
	height: 20px;
}
#checklist_text {
	float: left;
	width: 275px;
}
#checklist_filler {
	float: left;
	width: 320px;
	height: 12px;
}
#apptprep {
	float: center;
	width: 480px;
	margin: 0 0 0 0;
}
