#form {	font-family: "Verdana", arial, helvetica, sans-serif;}	h2 {	margin:0 0 0 0;	padding:0;}p {		margin:.4em 0 1em 1.4em;	padding:0;	font-size:100%;}#formtable {	background:#FFFFFF;	border:1px solid white;}/* Use this to change the background color and border of the table containing the form - now they are both the same color.*/fieldset {	background:#CEDBD4;	border:none;	margin-bottom:1em;	width:24em;	padding-top:1em;}/* Use this to change the width of the form.*//* UNUSED STYLE FROM THE ORIGINALp.legend {	background:#DED983;	color:black;	padding:.2em .3em;	font-size:100%;	border:none;	position:relative;	margin-bottom:-1em;	width:10em;	margin-left:1em;	margin-top:1em;}*/#personal {	background:#FFFFFF;	border:none;	}/* Use this to change the background color of the form (personal includes all the fields). Now it's the same as the background of the table that contains the form.*//* UNUSED STYLE FROM THE ORIGINAL#choices {	border:none;	border:outset #f5d9b4;}#suggestions {	background:#B4F5DA;	border:none;	}*/#personal label {	position:absolute;	font-size:100%;	padding-top:.2em;	left:56px;}/* this sets the position of the labels (Name and Email) mainly the distance from the left side.*/#personal input {	margin-left:5.7em;	line-height:1.4em;	margin-bottom:.3em;	border:1px inset #A6A9A7;}/* This formats the input fields.*//* UNUSED STYLES FROM THE ORIGINAL#choices label {	position:absolute;	padding-top:.2em;	left:20px;	}	select {margin-left:9em;margin-bottom:0}#size {font-size:100%}#size input {margin-left:9em}#size input + input {margin-left:1em}#size br+ input {margin-left:9em}#extras {font-size:100%}#extras input {margin-left:9em}#extras input +input {margin-left:1em}#extras br+input {margin-left:9em}*/textarea {	font:1em "verdana", arial, helvetica, sans-serif;	width:24em;	margin:0.5em 0.5em;	padding:.2em;	border:1px inset #A6A9A7;}/* This formats the main message input area.*/input[type="submit"], input[type="reset"] {	background:#E1E6E4;	font:100% "Verdana", Arial, helvetica, sans-serif;}/* This formats the Send and Reset buttons.*/#buttons {margin-left:none;}
