body {
    border-top: 14px solid #0079B5;
}

.marka-body {
    border-radius: 4px;
    padding: 20px;
    margin-top: -8px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 7px #999;

    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59%, rgba(221, 221, 221, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(59%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(221, 221, 221, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59%, rgba(221, 221, 221, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59%, rgba(221, 221, 221, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59%, rgba(221, 221, 221, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59%, rgba(221, 221, 221, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=1);

}

#frmTasarimTescil {
    padding: 20px;
    padding-top: 29px;
    padding-bottom: 29px;
    border-radius: 4px;
    background: #e5e5e5;
    display: inline-block;
    float: left;
}

#btnIsaret {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    background: #FE892D;
    color: #fff;
    cursor: pointer;
}

.indirme-butonlari {
    float: left;
    max-width: 319px;
    padding: 0 10px;
}

.indirme-butonlari a {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;

    background: rgb(119, 119, 119);
    background: -moz-radial-gradient(center, ellipse cover, rgba(119, 119, 119, 1) 0%, rgba(136, 136, 136, 1) 51%, rgba(153, 153, 153, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(119, 119, 119, 1)), color-stop(51%, rgba(136, 136, 136, 1)), color-stop(100%, rgba(153, 153, 153, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(119, 119, 119, 1) 0%, rgba(136, 136, 136, 1) 51%, rgba(153, 153, 153, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(119, 119, 119, 1) 0%, rgba(136, 136, 136, 1) 51%, rgba(153, 153, 153, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(119, 119, 119, 1) 0%, rgba(136, 136, 136, 1) 51%, rgba(153, 153, 153, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(119, 119, 119, 1) 0%, rgba(136, 136, 136, 1) 51%, rgba(153, 153, 153, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#999999', GradientType=1);

    color: #fff;
}

.indirme-butonlari a div:first-of-type {
    font-weight: bold;
    font-size: 18px;
}

.indirme-butonlari a i {
    float: left;
    margin: 10px;
    font-size: 20px;
}

#numaranizi-birakin {
    max-width: 319px;
    float: left;
    width: 100%;
    max-width: 298px;
    /* margin: 9px; */
    /* margin-top: 78px; */
    padding: 10px;
    border-radius: 4px;
    background: rgb(165, 165, 165);
    background: -moz-linear-gradient(left, rgba(165, 165, 165, 1) 0%, rgba(216, 216, 216, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(165, 165, 165, 1)), color-stop(51%, rgba(216, 216, 216, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(165, 165, 165, 1) 0%, rgba(216, 216, 216, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(165, 165, 165, 1) 0%, rgba(216, 216, 216, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(165, 165, 165, 1) 0%, rgba(216, 216, 216, 1) 51%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(165, 165, 165, 1) 0%, rgba(216, 216, 216, 1) 51%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#ffffff', GradientType=1);
    margin-left: 10px;}

#numaranizi-birakin input[type='button'] {
    background: #F67B00;
    color: #fff;
    text-shadow: none !important;
    border: 0;
    border-radius: 4px;
    padding: 18px;
    box-shadow: none;
}

.marka-div-baslik {
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    background-color: #F6B70E;
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 58px;
    width: 250px;
    color: #fff;
}

.marka-body2 {
    border-radius: 4px;
    border-top-left-radius: 0;
    padding: 20px;
    margin-bottom: 30px;
    border: 5px solid #F6B70E;
    background: #fff;
}

.marka-online-basvur {
    float: left;
    box-shadow: 0 0 7px #999;
    padding: 20px;
    height:225px;
    margin: 10px;
    width: 212px;
    position: relative;
}

.marka-online-basvur .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.marka-online-basvur .description {
    margin-left: 21px;
    height: 100px;
}

.marka-online-basvur .basvur-btn {
    float: right;
    border-radius: 4px;
    background-color: #0079B5;
    color: #fff;
    padding: 3px 10px;
    margin: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.marka-online-basvur .basvur-btn:hover {
    background-color: #F67B00;
}
#on-arastirma-btn{
    background-color:#F67B00;
    padding:10px;
    border-radius:4px;
    color:#fff;
    font-size:18px;
    position: fixed;
    right:0;
    top: 150px;
    opacity: 0.5;
    z-index: 98;
}
#on-arastirma-btn:hover,#on-arastirma-btn:focus,#on-arastirma-btn:active{
    opacity: 1.0;
}