/***************************
	//@Author: Adrian "yEnS" Mato Gondelle
	//@website: www.yensdesign.com
	//@email: yensamg@gmail.com
	//@license: Feel free to use it, but keep this credits please!					
***************************/
#interPopupBackground {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 100;
}
#interPopupBox {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 620px;
	width: 660px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 200;
	padding: 12px;
	font-size: 13px;
}
#interPopupClose {
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #999999;
	font-weight: 700;
	display: block;
}
#interPopupHeader {
	padding: 12px;
	width: 630px;
	border-bottom: 1px solid #EAEAEA;;
	background-color: #fff;
}
#interPopupCountdownBox {
	text-align: right;
	margin: 50px 0px 0px 0px;
}
#interPopupCountDown {
	width:15px; 
	text-align:center; 
	display:inline-block;	
}
#interPopupContent {
	margin-top: 10px;
	text-align:center; 
}
#interPopupClose, #interPopupCloseWords {
	cursor: pointer;
}
