﻿

#iletisim {
    width:1170px;
    height:auto;
}


.sayfa_alan {
    width:1150px;
    height:auto;
    padding:10px;
    background:#fff;
    border-top:3px solid #d60000;
    border-bottom:3px solid #d60000;
    margin-bottom:10px;
}





#iletisim_bilgi {
    width:560px;
    height:340px;
    float:left;
    padding:10px;
    background:#fff;
    border-top:3px solid #d60000;
    border-bottom:3px solid #d60000;
    margin-bottom:10px;
}





    #iletisim_bilgi .form_satir img{
        width:20px;
        height:20px;
        padding:5px 15px 5px 0px;
        float:left;
    }

    #iletisim_bilgi .form_satir2 img{
        width:20px;
        height:20px;
        padding:5px 15px 5px 0px;
        float:left;
    }

    #iletisim_bilgi .form_satir a{
        color:#333;
    }

    #iletisim_bilgi .form_satir a:hover{
        color:#d60000;
    }








#iletisim_formu{
    width:560px;
    height:340px;
    float:right;
    padding:10px;
    background:#fff;
    border-top:3px solid #d60000;
    border-bottom:3px solid #d60000;
    margin-bottom:10px;
}



.textbox {
    width:540px;
    height:20px;
    padding:5px;
    border:1px solid #c4c4c4;
    background:#fff;
    font-size:12px;
    margin-bottom:10px;
}

.textarea{
    width:540px;
    height:80px;
    padding:5px;
    border:1px solid #c4c4c4;
    background:#fff;
    font-size:12px;
    font-family:Arial;
}

.btn_form_gonder {
    width:120px;
    height:30px;
    border:1px solid #008578;
    background:#00a191;
    color:#fff;
    font-size:12px;
    text-align:center;
    line-height:30px;
    float:right;
    cursor:pointer;
    margin:10px;
}

.btn_form_gonder:hover {
    border:1px solid #008578;
    background:#008578;
}


.btn_ing_form_gonder {
    width:120px;
    height:30px;
    border:1px solid #333;
    background:#333;
    color:#fff;
    font-size:12px;
    text-align:center;
    line-height:30px;
    float:right;
    cursor:pointer;
}

.btn_ing_form_gonder:hover {
    border:1px solid #c29500;
    background:#fec506;
}







