@charset "UTF-8";
/* CSS Document */

* {margin: 0px; padding: 0px;}

p, ul, input, label, h1, h2, h3, h4, select, textarea, fieldset {margin: 10px;}

label, legend {font-weight: bold;}

legend {margin-left: 2em;}

fieldset {background-color: #EEEEEE;}

body {background: #FFFFFF; color: #000000; font: 100%/1.125em Arial, Helvetica, Verdana, sans-serif;}

p, label, input, select, legend, li {font-size: .750em;}
textarea {width: 400px; height: 80px; display: block;}

li {margin-left: 3em;}

h1 {font-size: 1.250em;}
h2 {font-size: 1.125em;}
h3 {font-size: 1em;}
h4 {font-size: .875em;}

h1, h2, h3, h4, h5 {font-weight: bold;}

div.input_containers {clear: both;}
div.questions { border-bottom: 1px solid #000000; margin: 10px;}

fieldset#restaurant label {display: block;}
fieldset#restaurant select {margin-left: 20px;}

fieldset#special_accommodations input {margin-left: 20px;}

input#street_address_1, input#street_address_2 {width: 400px;}

span.alerts {color: #FF0000;}

p.directionaries {font-weight: bold; border-bottom: 2px inset #000000; color: #900;}

div#submission_status {padding: 10px; width: 400px; margin: 10px auto; border: 3px solid #F10000; background-color: #FFEEEE; }

.input_errors {border: 2px #FF0000 solid; background-color: #FFEEEE;}
