table.order_table td
{
  vertical-align: middle;
}

.order_table select
{
  width: 100px;
}

table.order_table input
{
  width: 358px;
  margin-bottom: 1px;
  margin-top: 1px;
}

table.order_table input.auto
{
  width: auto;
  border: 0;
  background-color: transparent;
}

input#order_form_submit_button
{
  font-size:13px;
}

div#no_javascript_error
{
  padding: 20px;
  width: 400px;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  
  background-color: red;
  text-align: center;
}

div#no_javascript_error *
{
  color: black;
}

table.order_table input.city
{
  width: 120px;
}

table.order_table input.state
{
  width: 120px;
}

table.order_table input.postcode
{
  width: 80px;
}

table.order_table input.phone
{
  width: 120px;
}
