/*	Supplemental style sheet	November 2004 - 19	CareVisiong Group Ltd*/form {	margin: 0px;	}	#DataHead {	padding: 10px;	border-bottom: 1px solid #ccc;	background-color: #eee;	}	#DataHead p {	line-height: normal;	margin: 0px;}	#Data {	padding: 10px;	border-bottom: 1px solid #ccc;	background-color: #fff;		overflow:auto;	}	#DataLeft {	width: 25%;	float: left;	margin-bottom: 10px;	}	#DataRight {	text-align: left;	width: 75%;	padding-right: 20px;	}	