#lightbox   {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 500px;
	width: 1000px;
	display: block;
	z-index: 2000;
}
#lightbox .overlay  {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #004D9B;
	opacity: .8;
	width: 1000px;
	height: 500px;
}
#lightbox #close  {
	position: absolute;
	bottom: 0px;
	right: 68px;
	z-index: 100;
	cursor: pointer;
}
#lightbox #like  {
	position: absolute;
	right: 24px;
	top: 30px;
}
#lightbox #tweetershare  a{
	font: 11px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
#lightbox #share  {
	position: absolute;
	right: 46px;
	top: 52px;
	cursor: pointer;
}
#lightbox #youtube  {
	position: absolute;
	left: 50%;
	background: #000;
	height: 394px;
	width: 700px;
	-moz-box-shadow: 0px 0px 20px #003F7E;
	-webkit-box-shadow: 0px 0px 20px #003F7E;
	box-shadow: 0px 0px 20px #003F7E;
	margin-left: -350px;
	margin-top: 50px;
}
#lightbox #sharebox {
	background-color: #022D67;
	position: absolute;
	right: 24px;
	top: 99px;
	z-index: 1;
	/* [disabled]left: 800px!important; */
}
#lightbox #share-options  {
	cursor: pointer;
	background: #5BAFE2;
	height: 104px;
	width: 112px;
	z-index: 100;
	padding-top: 8px;
	padding-left: 0px;
}
#lightbox #share-options div {
	padding-left: 8px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#lightbox #share-options div#emailshare {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}
#lightbox #emailshare a img { 
	border-width: 0px;
}
#lightbox #share-email  {
	cursor: pointer;
	height: 207px;
	width: 198px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: -83px;
}
#lightbox #share-email #emailbackground {
	position: absolute;
	top: -12px;
	left: -12px;
}
#lightbox #share-email #emailclose {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 1;
}
#lightbox #share-email form {
	position: absolute;
	left: 17px;
	top: 9px;
}
#lightbox #share-email form ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: 10px/17px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
#lightbox #share-email form input{
	margin: 0px 0px 3px;
	padding: 0px;
	list-style: none;
	width: 163px;
	display: block;
	height: 20px;
	border: 1px solid #fff;
}
#lightbox #share-email form textarea{
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
	width: 163px;
	display: block;
	height: 51px;
	border: 1px solid #fff;
}
#lightbox #share-email form input.auto{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
	display: inline;
	height: auto;
	border-style: none;
}
#lightbox #share-email #share-email-message-sent {
	background-color: #5B493B;
	border: none;
	font: 13px/207px Verdana, Geneva, sans-serif;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 0;
	color: #fff;
}
