table#formTable {width:100%};
select {width:100%};
/* --- Fix for Forms not displaying entire contents of drop-downs in IE --- */
/* ---             James Townsend requested this on 08-13-08             ---*/
option {width:100%};

