
.templatediv{
	height: 400px;
	width: 800px;
	position: relative;
}


.dba_pager  {
	display: Inline-Block;
}

.tempdiv{
	display: Inline-Block;
}
.pagediv{
}

.temp_border{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}

.templatediv .absdiv{
	position: absolute;
	left: 0px;
	top: 0px;
}

.templatediv .hasref{
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
.templatediv .hasref:hover{
	text-decoration: underline;
}

.hidden{
	display: none;
}
.templatediv .paymentdiv{
	cursor: pointer;
	text-decoration: none;
}

paymentdiv

.templatediv .payment_window{
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


