@import url(style.css);
@import url(form.css);

#content fieldset div { clear: left; }
#content fieldset label { float: left; }
#content fieldset label.clear { clear: left; }
#content fieldset label > input, #content fieldset label > select { margin-left: .5em; }
#content fieldset label > select[multiple=multiple] { margin-left: 0; display: block; }
#content textarea { display: block; }

#registration { color: black; }
#registration legend { color: #78A22E; font-weight: bold; }
#registration span { margin-right: 2em; font-weight: bold; }
#registration span.date { margin: 0; font-weight: normal; float: right; color: #78A22E; }
#registration span span { margin-right: 0; font-weight: normal; }
