
/********************************
  picture frame css
*********************************/
.picf_plain {
	border: 1px solid #4C3C1B;
	padding: 5px;
	background-color: #EFEECB;
}

.picf_snapshot {
	border: 1px solid #666666;
	padding: 10px 10px 60px 10px;
}

.picf_art {
	border-style: double;
	padding: 16px;
	background-color: #DCDCED;
}

.picf_ridge {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #E1A60A;
	border-bottom-color: #E1A60A;
	padding: 8px 0px;
}

.picf_grunge {
	background-image: url(pics/grunge-image-1.jpg);
	padding: 26px 23px;
}

/********************************
  picture shadow css
*********************************/
.shiftcontainer{
position: relative;
left: 0px; /*Number should match -left shadow depth below*/
top: 0px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
background-color: #888888;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 0px;
position: relative;
left: -2px; /*shadow depth*/
top: -3px; /*shadow depth*/
}
