я тут в HTML напутал, вот это будет, так ведь?
<h2>Обратная связь</h2>
<div class="comment"></div>
<form method="post" id="form-feedback">
<input type="text" placeholder="Ваше имя" name="name" id="name" class="input_text"/>
<div id="bthrow_error_name"></div>
<input type="text" placeholder="Контактный телефон" name="phone" id="phone" class="input_text"/>
<div id="bthrow_error_phone"></div>
<input type="text" placeholder="Ваше сообщение" name="mesg" id="mesg" class="input_text"/>
<div id="bthrow_error_mesg"></div>
<input class="button" type="submit" value="Отправить заявку" />
<div class="throw_error"></div>
</form>