.form_input{
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px!important;
    border: 1px solid #cbcbcb;
    color: #878787;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}
.form_input:hover{ border:1px #fbb908 solid; background-color:#fbb908!important; color:#000;}

.form_input_eposta{
    display: block;
	background-color:#fbb908!important;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px!important;
    border: 1px solid #dca102;
    color: #fff;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}

.form_input_eposta:hover{ border:1px #dca102 solid; background-color:#dca102!important; color:#000;}


.form_input_mesaj{
    display: block;
    width: 100%;
	height:100px!important;
    font-size: 14px;
    padding: 5px 10px!important;
    border: 1px solid #dca102!important;
    color: #878787;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}
.form_input_mesaj:hover{ border:1px #dca102 solid; background-color:#dca102!important; color:#000;}


.form_button{
    display: block;
	background-color:#fbb908!important;
    font-size: 14px;
    padding: 5px 10px!important;
    border: 1px solid #e8aa03;
    color: #fff;
    background: transparent;
    -webkit-appearance: none;
    border-radius:3px;
	font-weight:bold!important;
}

.form_button:hover{ border:1px #fbb908 solid; background-color:#fbb908!important; color:#000;}




.gonderilen_mesaj{ padding:20px; background-color:#fbb908; color:#000;}
.gonderilen_mesaj_icerik{ padding:20px; background-color:#fff; border:1px #fbb908 solid;}
