.tempPopup
{
		display: block;
		position: fixed;
		z-index: 29003;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 0;
		border:1px solid #999;
		background: #fefefe;
		color: #222;
		padding: 8px 16px 8px 16px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		font-size: large;
		cursor: pointer;
}
.tempPopupIframe,
.tempPopTop
{
    top: 5%;
    transform: translate(-50%, 0%);
}
.tempPopupTransparent
{
	border:1px solid rgba(0,0,0,0);
	background: rgba(0,0,0,0);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0), 0 6px 20px 0 rgba(0,0,0,0);
}
.tempPopupOverlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    background: transparent;
    z-index: 29004;
    cursor: wait;
}
.tempPopOnceCBox
{
    font-size: small;
    background-color: #fff;
    color: #333;
    margin: 4px 8px;
    padding: 4px 8px;
    cursor: pointer;
}
.tempPopOnceBtn
{
    font-size: small;
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    margin: 4px 8px;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 4px;
}
.tempPopOnceCBox:hover,
.tempPopOnceBtn:hover
{
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}
.tempPopupOkCancelCB
{
    width: 1.125em;
    height: 1.125em;
}
.tempPopupOkCancelFS
{
    font-size: medium;
    color: #777;
}
#ajaxspinnerprogress
{
    width: 100%;
    display: none;
}