/* CSS Document */

label { display:block; }
body { font-family:Verdana, Arial, Helvetica, sans-serif; }
h1 { font-size: 26px; }
label { font-size: 12px; }

#all_day_event_label { display:inline; }
.delete_event { font-size: 12px; text-decoration:underline; margin-left:10px; }

fieldset {
margin: 10px 0;
padding: 5px;
border: 1px solid #006E76;
}

.start_date, .end_date { width:80px; }
.start_time, .end_time { width:70px; margin-right:5px; }

#event_title { width:680px; }

#event_description { float:left; clear:left; }
#event_desc { width:320px; }
#submitter { float:right; }

#event_presented_by { width: 320px; }
#event_presenter_link { width: 320px; }
#event_venue_link { width: 320px; }
#event_buy_tickets_link { width: 320px; }

#submitter_name, #submitter_phone, #submitter_email { width:320px; }

#event_venue, #event_address { width:320px; }

#event_venue_address { width:330px; float:left; }
#event_related_links { width:330px; float:right; }

/* These two classes control the display of required fields */
.error { background-color:#FFFF99; }
label.error { background:none; color:red; }

