/* Styles for the form */
form#add_restaurant_form label
{
font-weight: bold;
margin-right: 10px;
}

table#add_restaurant_table
{
margin: 0 auto;
}

table#add_restaurant_table td
{
padding-bottom: 10px;
}

/* Styles for the regions table */
table#regions_table td
{
padding-right: 10px;
}

/* General Styles */
.required
{
color: red;
}
