﻿
 #karart
    {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #000;
        opacity: .70;
        filter: alpha(opacity=70);
        -moz-opacity: 0.85;
        z-index: 1000;
    }
#pencere {
    font-family: 'Saira Condensed';
    font-size: 14px;
    color: #818181;
    position: absolute;
    display: none;
    background: #fff;
    z-index: 1001;
}
#pencerebaslik {
    width: 100%;
    height: 51px;
    background-color: #ddc80a;
    height: 45px;
    font-family: 'Saira Condensed';
    font-size: 18px;
    color: #1d1e1b;
    padding: 12px 0 0 20px;
}
#pencerebasliksol {
    float: left;
    color: #c3276f;
    font-size: 22px;
    font-family: 'Saira Condensed';
    padding: 5px 0 0 0px;
}
    #pencerebasliksag
    {
        float: right;
    }
    #pencereicerik
    {
        width: 100%;
        display: table;

        overflow: inherit;
        position: relative;
       
    }
    #pencere a
    {
       
    }
    .butonumlink
    {
        text-decoration: none;
        color: Black;
    }
    .butonum
    {
        width: 135px;
        height: 22px;
    }
    .butonum:hover
    {
        background-image: url(../images/loading.png);
        background-repeat: no-repeat;
    }