.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    border-color: #E4E4E4;
    color: #74777c;
    height: 41px;
    margin-bottom: 10px;
}


.form-control-msj {
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;







    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    border-color: #E4E4E4;
    color: #74777c;
    height:150px;
    margin-bottom: 10px;
}


.gonder_btn{
  background-color:#d23c35;
  border-color:#d23c35;
  color: #ffffff;
   text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 16px;
  border-width: 2px;
  height: 45px;
  line-height: 43px;
  font-size: 14px;
	}
	
.gonder_btn:hover{ color:#000;  background-color:#b72b25;
  border-color:#b72b25;}