/** Coded by: Jeffrey (Joseph Witchard)
 ** Created on: 01/31/09
 ** Last modified: 04/29/09
 ** Purpose: To style the feedback form. */
 
/* for forms */

#forms {
	text-align: center;
	margin: 20px auto;
	width: 400px;
		 }

/* for form1 */

#form1 {
	text-align: center;
		 }

/* for the message body */

.body {
	width: 300px;
	height: 300px;
	overflow: auto;
		}
