﻿
/* For Individual Pages */

/* Send to Friend */

#divSAF {
	position: absolute;
	left: 80px;
	top: 815px;
	border: 1px solid #5F1E46;
	display: block;
	z-index: 2000;
}
.saf {
	border: 1px solid #5F1E46;
}

/* Client List Page */

#divClientLeft {
    text-align:left;
	width: 220px;
	padding-right: 10px;
	float: left;
}
#divClientRight {
    text-align:left;
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-left: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F3E6F0;
}

/*  Workshop Page */

#divImages {
	position: absolute;
	width: 300px;
	left: 20px;
	top: 740px;
	text-align: center;
	z-index: 2000;
}
.wsImg {
	margin-top: 10px;
	margin-bottom: 20px;
}

.imgPlace {margin-left:120px;}

.imgCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	text-align: right;
	margin-bottom: -5px;
}

