﻿.simple_overlay
{
	/*display: none; background-image: url(../Images/template/bg_fade.jpg); must be initially hidden */ /* place overlay on top of other elements */
	z-index: 100; /* styling background-color: #E0E0E0;*/
	
	width: 375px;	
	padding: 0px; /* CSS3 styling for latest browsers */
	margin: 0;
	position: absolute;
	display: none;
	-moz-box-shadow:0 0 100px 5px #000000;
	background-color:#E0E0E0;
	border:0px solid #666666;
}
.simple_photo
{
	z-index: 100; /* styling background-color: #E0E0E0;*/
	
	width: 550px;
	border: 0px solid #666;
	padding: 0px; /* CSS3 styling for latest browsers */
	margin: 0;
	position: absolute;
	display: none;
	-moz-box-shadow:0 0 100px 5px #000000;
	background-color:#333333;
}
.simple_photo td
{
	color: #646D5A;
	font-family: tahoma,verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}
/* close button positioned on upper right corner */
.close
{
	background: url(../../../Images/icons/close.png) no-repeat;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}
.tellfriend
{
	list-style: none;
}
.tellfriend li
{
	margin: 10px 60px 10px 0;
	text-align: right;
	font-size:12px;
}
.tellfriend input, .tellfriend textarea
{
	width: 320px;
	height:17px;
}
.buttonWrap{ text-align:right; padding:0 52px 0 0}

