Урок 8.6 В форма отправки не появляется текст "ваше имя" "ваш e-mail"
курс HTML / CSS . урок 8.6
В полях формы пусто http://joxi.ru/V2VjWy0iKk4ya2
Ошибку найти не могу. Подскажите, пожалуйста
<div class="content">
<h1>Контакты</h1>
<p>Отправьте ваш отзыв о портале КиноМонстр</p>
<div class="send send_contaсt">
<form method="post" action="#" id="send_contact">
<input type="text" name="review_name" plaseholder="ваше имя">
<input type="text" name="review_email" plaseholder="ваш e-mail">
<textarea name="review_text"></textarea>
<input type="submit" value="отправить">
</form>
</div>
input[type="text"], input[tupe="password"], input[type="search"] {
color: #5d5d5d;
width: 60%;
padding: 8px;
}
input, textarea {
outline: none;
border: none;
border: solid 1px #f2f2f2;
.send {
margin-bottom: 4%
}
.send input[type="text"], textarea {
border: solid 1px #c3c3c3;
margin-bottom: 2%;
}
.send input[type="text"] {
width: 98%;
}
.send textarea {
width: 624px;
height: 200px;
}
.send input[type="submit"] {
background-color: #7268ad;
padding: 3%;
color: white;
border-radius: 5px;
}
.send_contact input[type="text"] {
width: 500px;
}
.send_contact textarea {
width: 516px;
}