/* css for the new dynamic stuff - Jan 08 */

/* insert pic box */
.popup-big-dialogue
{
	display:none;
	position: absolute;
	background: #b4f7b2;
	color: gray;
	font-weight: bold;
	padding: 10px;
	border:solid 2px gray;
	z-index: 2;
}

/* div holding preview */
.preview-popup
{
	width: 796px;
	display:none;
	padding: 0px;
	margin: 0px;
}


/* <a> links */
.home-comment-preview, .pic-insert-close, .my-pic-insert, .chooser-next, .chooser-previous, .pic-to-insert, .photo-zoom
{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #0093b6;
  text-decoration: none;
	cursor: pointer;
}

.preview_body
{
	background-color: #94d792;
}



/* the img for pics that are clicked and then zoomed in Say boxes */
.photo-zoom-img
{
}
.photo-inner-spacer
{
	padding: 2px;
	background-color: #7777ff;
	dissplay: inline;
}



