#popup {
	position: absolute;
	top: 320px;
	left: 0;
	width: 100%;
	height: 354px;
	display: block;
	background: transparent url(/img/reklama_sk.jpg) no-repeat 50% 0;
	border: none;
}
#popup .inner {
	margin: 20px;
}
#popup .closeButton {
	text-align: center;
	margin-top: -15px;
	margin-left: 630px;
	margin-bottom: 10px;
    background: white url(/img/close.gif) no-repeat 0 0;
    font-size: 13px;
    font-weight: bold;
    color: #444;
    padding: 5px 10px 5px 30px;
}