.fade-td-bg { display: none; background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; }
.td-box {
	position: relative;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 20px 10px;
	border: 1px solid #DEDEDE;
	margin: 15px 0;
	/* background: #F1F1F1; */
	
}
.td-box-inner {
	
}
.td-button { display: block; margin: 10px 0; float: none; }
a.td-but-link {
		text-indent: -9999px;
		background: url(../js/img/td-sprite.png) no-repeat;
		height: 36px;
		width: 151px;
		display: block;
		margin: 0 auto;
}
a.td-but-link:hover {
  background-position: 0 -36px;
}
a.td-but-link:active, a.td-but-link.clicked {
  background-position: 0 -72px;
}
span.close-td {
	background: url(../js/img/close-td.png) no-repeat;
	width: 12px;
	height: 11px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	opacity: 0.8;
}
span.close-td:hover {
	opacity: 1;
}