#fade{
    display:none; 
    background:#000;
    position:fixed;
    left:0; 
    top:0; 
    width:100%; 
    height:100%; 
    opacity:.40; 
    z-index: 9999998;
}

.splashBox_blok{
    position: fixed; 
    font-family:Tahoma, sans-serif;
    display: none; 
    background:#fff; 
    cursor: default;
    border:8px solid #d6d6d6; 
    float: left; 
    font-size: 15; 
    padding: 10px 8px 8px 8px ;
    top: 50%; 
    left: 50%; 
    z-index: 9999999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px #4b4b4b; 
    -moz-box-shadow: 0px 0px 15px #4b4b4b; 
    box-shadow: 0px 0px 15px #4b4b4b; 
}
.splashBox_blok .btn_close{
    float:right;
    margin: 0px;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #e9e9e9;
    color: #7e7e7e;
    position: relative;
    z-index: 2;
}
.splashBox_blok .btn_close:hover{
    background: #f0efef;
}
.splashBox_blok .mesajBlok{
    float: right;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    width: 310px;
    height: auto;
    /*background: #ffcc99;*/ 
}
.splashBox_blok .mesajBlok a{
    font-size: 12px;
}
.splashBox_blok .mesajBlok .mesajText{
    float: left;
    text-align: left;
    width: 300px;
    font-size: 14px;
    color: #526a74;
    padding-bottom: 8px;
    /*background: #0075D9;*/
    
}
.splashBox_blok .mesajBlok .inputs{
    float: left;
    text-align: left;
    border-top: 1px solid #000;
    width: 320px;
    padding-top: 5px;
    /*background: #99ffff;*/
}
.splashBox_blok .mesajBlok .input{
    float: left;
    width: inherit;
}
.splashBox_blok .mesajBlok .input .selectInput{
    float: left;
    cursor: pointer;
    margin-top: 1px;
}
.splashBox_blok .mesajBlok .input .selectInputLabel{
    float: left;
    margin-left: 5px;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}

.splashBox_blok .buttons_result{
    float: right;
    width: 100%;
    height: 31px;
    background: #eaeaea;
    margin-bottom:0px;
      -webkit-border-radius: 0px 0px 10px 10px; 
    -moz-border-radius: 0px 0px 10px 10px; 
    border-radius: 0px 0px 10px 10px;
}
.splashBox_blok .btn_result{
    float:right; 
    margin-top: 3px;
    margin-right: 5px;
    cursor: pointer;
    background:#fff;
    border: 1px solid #000;
    width: 80px;
    height: 25px;
    font-weight: bold;
}


.splashBox_blok .btn_result:hover{
    background:#ffcc99;
}
.splashBox_blok .logoZemin{
    float: left;
    width: 68px;
    height: auto;
    background: #dedede
}
.splashBox_blok .logoZemin .logoBilgi{
    float: left;
    width: 16px;
    height: 47px;
    margin: 15px 0 0 28px;
    text-align: center;
    background-position: center;
    background:url(image/icons.png) -42px 0px no-repeat transparent;
    padding: 0px;
}
.splashBox_blok .logoZemin .logoUyari{
    float: left;
    width: 12px;
    height: 55px;
    margin: 15px 0 0 28px;
    text-align: center;
    background-position: center;
    background:url(image/icons.png) 0px 0px no-repeat transparent;
    padding: 0px;
}
.splashBox_blok .logoZemin .logoSoru{
    float: left;
    width: 30px;
    height: 55px;
    margin: 15px 0 0 20px;
    text-align: center;
    background-position: center;
    background:url(image/icons.png) -12px 0px no-repeat transparent;
    padding: 0px;
}
.splashBox_blok .button-grup{
    float: left;
    width: 350px;
    height: auto;
    margin-bottom: 5px;
}
.splashBox_blok .button-grup .buttons-bgg{
    float: right;
    width: auto;
    height: 30px;    
    margin-right: 5px;
}
.splashBox_blok .button-grup .buttons-bgg .button-leftt {
    float: left;
    width: 7px;
    height: 30px;
}
.splashBox_blok .button-grup .buttons-bgg .button-rightt {
    width: 7px;
    height: 30px;
    float: left;
}
.splashBox_blok .button-grup .buttons-bgg .button-centerr {
    width: auto;
    height: 30px;
    padding: 0px 20px 0px 20px;
    background: #dedede;
    border: none;
    float: left;
    margin: 0 auto;
    color: #636363;
    font-family: 'Tahoma', sans-serif;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer
}
.splashBox_blok .button-grup .buttons-bgg .button-centerr:hover{
    background: #e8e8e8
}
