﻿.UrunBack {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 0px;
    font-size: 16px;
}

.UrunBack2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

.UrunBaslik {
    color: #4c580c;
}

.UrunBack2 img {
    padding: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    height: auto;
    width: 100%;
}

.UrunBilgi .ContactTextboxes {
    display: inline-block;
    width: 100%;
}

    .UrunBilgi .ContactTextboxes .buttonBlue {
        padding: 5px 40px;
        float: left;
        height: 40px;
        line-height: 30px;
        border-radius: 0px;
        font-size: 16px;
    }

        .UrunBilgi .ContactTextboxes .buttonBlue:hover {
            background-color: #697623;
            color: #fff;
        }

        .UrunBilgi .ContactTextboxes .buttonBlue:active {
            background-color: #748321;
            color: #fff;
        }

    .UrunBilgi .ContactTextboxes input {
        float: left;
        margin-right: 10px;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        line-height: 40px;
        height: 40px;
        max-width: 250px;
        margin-bottom: 10px;
        text-indent: 10px;
        color: #797979;
        font-size: 16px;
        width: 100%;
    }

    .UrunBilgi .ContactTextboxes textarea {
        float: left;
        margin-right: 20px;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        line-height: 40px;
        height: 40px;
        max-width: 520px;
        margin-bottom: 10px;
        text-indent: 10px;
        font-size: 16px;
        color: #797979;
        width: 100%;
    }

    .UrunBilgi .IletisimMesaj {
        padding: 10px;
        color: #333;
        width: 100%;
        display: none;
        text-align: center;
        width: 100%;
    }
