#backgroundPopup
{
	display:none;
	position:fixed;
	position:absolute; /* hack for internet explorer 6*/
	height:9000px;
	width:9000px;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
z-index: 4000;
}

#share-description
{
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

#share-buttons
{
	margin:10px auto 0;
}

#timer
{
	text-align: center;
	color: gray;
	margin-top: 10px;
	
}
