<br />
<b>Warning</b>:  include(/php/clean_css.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/content/v/h/s/vhsiteadmin/html/module/fp_boxes/css.php</b> on line <b>12</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/php/clean_css.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in <b>/home/content/v/h/s/vhsiteadmin/html/module/fp_boxes/css.php</b> on line <b>12</b><br />
.fpTable {
	/*
	background: red;
	background-image: url(../lib/protofade/images/polino.jpg);
	*/
	background-repeat: no-repeat;
	background-position: top left;
	height:	68px;
	width: 121px;
}

.fpDiv {
	background-image: url('spacer.gif'); /* links to spacer.gif in module section relative to stylesheet */
	background-repeat: no-repeat;
	background-position: top left;
	background-position: center;
	height:	68px;
	width: 121px;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1px;
}
.fpImg {
	border: 0;
	height:	68px;
	width: 121px;
	text-align: center;
}

.fpSmall {
	display: block;
	font-size: 1px;
	margin: 0;
	padding: 0;
	border: 0
}

.fpCell {
	font-size: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.fpDivWrap {
/* need height and width to avoid extra space around div */
	height:	68px;
	width: 121px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
	
/* Border used as fauxDropShaddow */
		border-left: 1px;
		border-left-style: solid;
		border-top: 1px;
		border-top-style: solid;
		border-right: 2px;
		border-right-style: solid;
		border-bottom: 2px;
		border-bottom-style: solid;
		border-color: #222222;
		border-bottom-style: solid;
	/* padding and background color used to create polaroid border */
		padding: 1px;
/*		padding-bottom: 1px; */
		background-color: #EEEEF0;
}

.fpDivWrapOLD {
/* moved here for reference */
/* Border used as fauxDropShaddow */
		border-left: 0;
		border-left-style: hidden;
		border-top: 0;
		border-top-style: hidden;
		border-right: 2px;
		border-right-style: solid;
		border-bottom: 2px;
		border-bottom-style: solid;
		border-color: #222222;
		border-bottom-style: solid;
	/* padding and background color used to create polaroid border */
		padding: 2px;
		padding-bottom: 3px;
		background-color: #FFEEDD;

}
