body{
	background: url('../images/salonFlowBackground.gif');
}
.contentArea{
	background: #ffffff;
	padding: 40px;
}
.darkWhite td{
	background: #669966;
	color: #ffffff;
	font-weight: bold;
}
.divider{
	height: 20px;
	width: 100%;
	background: #669966;
}
.body{
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
}
.borderBottom td{
	border-bottom:solid 1px #669966;
}
.required{
	color: red;
	margin-right: 4px;
}
