﻿/*/////////////   KİŞİ EKLE   ////////////////////*/
.mainLigthBoxBackground
{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index:2000;
}
.ligthBoxOpacity
{
    position: fixed;
    width:100%;
    height:100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background-color: #000000;
}

.ligthBox
{
    padding: 30px;
    border: 1px solid #808080;
    position: absolute;
    top: 25%;
    width: 700px;
    height: auto;
    background-color: #E0E0E0;
}

.ligthBoxFixBackground
{
    position:relative;
    margin-left:auto;
    margin-right:auto;    
    width:700px;
    height:100%;

}
