/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Meta Data - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*
DC-publisher="Georgetown University"
DC-creator="David Vespoli"
DC-title="Universal Form Style Sheet, V.1.0.0"
DC-type="Cascading style sheet"
DC-date="2009-01"
Description="used for basic markup for fomrs used. Handles generic layout for contact and other basic forms. Specialized forms should be styled in the site-screen.css or prefferably in a site-form.css document if there is a considerable amount of styling being done."
DC-coverage="All Georgetown University websites using Fatwire and developed under the university framework."
<link rel="schema.DC" href="http://dublincore.org/documents/dces/" />
*/


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CSS - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#main form{}
#main legend{padding:3px 5px;background:#fff;}
#main label {float:left;width:25%;text-align:right;padding:0 8px 0 0;margin:7px 0 3px 0;clear:both;}
#main fieldset{margin-top:15px;padding:15px 0 15px 0;}
#main textarea {display:inline;float:left;width:53.6%;padding:3px 5px;margin: 5px 0;font-family:inherit;}

#contactEmail {display:inline;float:left;width:40%;padding:3px 5px;margin: 5px 0 5px 0;}
#contactMessage{}

#main #submit{clear:both;display:block;margin:10px 25px 0 0;float:right;}
#main #reset{display:none;}

