/**
 *	smartPopup
 *	author: Dinca Andrei & Alexandra Ipate
**/
.smartPopup { 
	position: fixed;
	top: 55%;
	left: 50%;
	margin: -222px 0 0 -207px;
	z-index:100002;
	display: none;
	background-color: #fff;
	border: 1px solid #000;
	padding: 15px;
}
#smartPopupfade {
	width: 100%; 
	height: 100%;
	position: fixed;
	top: 0px;
    left: 0px;
	z-index:100001;
	display: none;
}

a.smartPopup-close {
	background-image: url('images/close_btn.png');
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 26px; 
	height: 26px; 
	top: -15px;
	right: -15px;
	position: absolute;
}
a.smartPopup-close:hover {
	background-position: left -26px;
}

#pietimerholder {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index:100004;
	text-align: center;
	width: 60px; 
	height: 80px; 
}