#block-block-9 .title{
	position: absolute;
}

#popup_mask {
    width: 100%;
    height: 1000px;
    position: fixed;
    background: none repeat scroll 0 0 #000000;
    opacity: 0.8;
	z-index: 20;
}

#popup{
    position: absolute;
    width: 678px;
    height: 423px;
    margin: -250px 0 0 -335px;
    background-image: url(img/popup.png);
    background-repeat: no-repeat;
	top: 55%;
	left: 50%;
	z-index: 25;
}

#popup #close a {
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px 0 0 620px;
	cursor: pointer;
}

#popup #popup-window a {
	width: 492px;
	height: 327px;
	margin: 0 0 0 39px;
	display: block;
	cursor: pointer;    
}

#popup form{
    margin: 135px 0 0 130px;
}

#popup span{
	font-family: "Arial";
    float: left;
    width: 127px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #84A622;
	text-align: right;
}

#popup input{
    border:none;
    font-size: 16px;
    width: 241px;
    height: 31px;
    margin: 2px 10px 13px 0;
    background-image: url(images/popup/input_bg.png);
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 7px;
}

#popup #tovabb{
    border: none;
    width: 101px;
    height: 32px;
    margin: -10px 0 0 60px;
    background-image: url(images/popup/tovabb.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
}

#popup #popup_email, #popup_kotelezo{
    color: red;
    display: block;
    font-size: 9px !important;
    margin: 0 !important;
    width: 132px;
}

#popup_kotelezo{
    display: block;
    margin-top: -10px !important;
}