#ayhan-form input,
#ayhan-form textarea{

width:100%;
padding:12px;
margin-bottom:12px;
border:1px solid #ddd;
border-radius:5px;

}


#ayhan-form textarea{

height:150px;

}


#ayhan-form button{

background:#0073aa;
color:white;
padding:12px 25px;
border:0;
border-radius:5px;
cursor:pointer;

}


#ayhan-message{

margin-top:15px;
color:red;

}