.logo {
    text-align: center;
    margin: 60px 0;
}

.logo > img {
    width: 290px;
}

html {
    font-family: arial;
}

.form-baslik {
    line-height: 20px;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: -0.09ex;
    margin-bottom: 20px;
}

input[type=radio] {
    display: inline-block;
}

form#listeform {
    width: 374px;
    margin: 0 auto;
}

#listadi, #listetel, #listeemail {
    width: 350px;
    height: 20px;
    padding: 5px 10px;
    margin: 6px 0;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 5px -1px rgba(50,50,50,0.5);
}

#il {
    width: 370px;
    height: 30px;
    padding: 5px 10px;
    margin: 6px 0;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 5px -1px rgba(50,50,50,0.5);
}

.form-alani {
    margin: 0 auto;
    width: 380px;
    text-align: center;
}

input#btn {
    margin: 20px;
    padding: 4px 28px;
    border: none;
    box-shadow: 0 0 1px 0px rgba(10,10,10,0.6);
    background-color: #468CD2;
    color: #fff;
    font-size: 19px;
    font-weight: lighter;
    letter-spacing: -0.05ex;
}

label {
    font-weight: lighter;
    color: #333;
    letter-spacing: -0.06ex;
}

.sonuc {display:none;}