.divIletisimForm {
    margin-top:20px;
    overflow:hidden;
  /*  border:2px dashed #4ba0d6;*/
    color:#55595c;
    padding:10px;
background-color:rgba(186,243,247, 0.2);
margin-bottom:20px;
}
    .divIletisimForm .InputError {
        color:#f00;
        font-size:13px;
        margin-top:5px;

    }
    .divIletisimForm h3 {
        text-align:center;
    }

    .divIletisimForm .FormBaslik {
        padding-top:5px;
        font-size:14px;
        font-weight:bold;
    }
    .divIletisimForm .FormInput {
        /*border-bottom:1px dashed #4ba0d6;*/
        padding-bottom:10px;
    }
    .divIletisimForm .FormInput input {
        margin-top:5px;
        border: 1px solid #ccc;
        font-size: 13px;
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 40px;
        padding: 6px 12px;
        line-height: 40px;
        color: #55595c;
        background-color: #fff;
        background-image: none;
        width:100%;
    }

        .divIletisimForm .FormInput textarea {
             margin-top:5px;
            border: 1px solid #ccc;
            font-size: 13px;
            -webkit-font-smoothing: antialiased;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            padding:10px 10px 40px 10px;
            color: #55595c;
            background-color: #fff;
            background-image: none;
            width:100%;
            resize:none;
        }

            .divIletisimForm .FormInput input:focus, .divIletisimForm .FormInput textarea:focus {
                 border: 1px solid #1f9ba3;
            }

.divIletisimForm .FormBtn {
    color: #fff;
    background-color: #1f9ba3;
    border:1px solid #1f9ba3;
    width:200px;
    font-size:14px;
    margin:0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:6px 12px;
    border-radius:1px;
}
.divIletisimForm .FormBtn:hover {
        color: #1f9ba3;
        background-color: #fff;
        border-color: #1f9ba3;
        cursor:pointer;
        font-weight:bold;
}

    .divIletisimForm .lblUyari {
        background-color:#ff2700;
        color:#fff;
        line-height: 30px;
        height: 30px;
        text-align: center;
        margin-top: 5px;
    }
    .divIletisimForm .lblUyari.UyariValid {
        background-color:#1fb622;
    }