﻿body
{
    margin:0;
}
.hata
{
    position: absolute;
    top: 40px;
    left: 1px;
    width: 90%;
    height: 200px;
    text-align: center;
    background-color: #ffffe1;
    visibility:hidden;
}
.kapat
{
    position: absolute;
    text-align: right;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    z-index: 10;
}
.img
{
    position: absolute;
    display: none;
    z-index: 11;
    cursor: pointer;
}
#imgsol
{
    left: 6px;
    top: 44%;
}
#imgsag
{
    right: 6px;
    top: 44%;
}
#tikla
{
    position:absolute;
    z-index:130;
    display:table;
    /*border:1px solid red;*/
    top:76%;
    left:35%;
    height:100px;
    width:250px;
    cursor:pointer;
}