#karartma {
    background-color: #000000;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9998;
}
#kutu .window {
    border: 20px solid #000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 20px #000000;
    display: none;
    position: fixed;
    z-index: 9999;
}

#kutu #pencere {
    background-color: #FFFFFF;
}
#kutu .close {
    background: url("close_pop.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 50px;
	width: 50px;
    position: absolute;
    right: -39px;
    top: -39px;
    z-index: 9999;
}
#kutu h2{
text-align: center;
}