input#name
{
  width: 200px;
}

select#property
{
  width: 200px;
}

select#guest
{
  width: 60px;
}

input#nights
{
  width: 60px;
}

input#email
{
  width: 200px;
}

input#telephone
{
  width: 200px;
}

textarea#message
{
  width: 200px;
}

.form_error
{
  margin: 5px 10px;
  color: red;
}