#textPopup {
	background-image: url(../images/ajax/black_loader.gif);
	background-position: center center;
	color: #666666;
	border-color: #333333;
	border-style: solid;
	border-width: 2px;
	margin: 0px;
	background-color: black;
	background-repeat: no-repeat;
	overflow-y: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#textPopup p {
	color: #999999;
	line-height: 1.6em;
	font-size: 1.2em;
}

#textPopup h3 {
	color: #cccccc;
	font-size: 1.7em;
}

#textClose{
	margin-left: 10px;
	background-image: url(../images/ajax/share/close_black.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	right: 0px;
	top: 0px;
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 10px;
}
