/* CSS Document */#submit_button {	color: #CDB491;	background-color: #432C1E;	margin-top: 20px;	cursor: pointer;	width: 100px;}#submit_button:hover {	color: #432C1E;	background-color: #CDB491;	margin-top: 20px;}table {	padding: 20px;	margin: 0 auto;}textarea {	border-bottom-style: none;	border-left-style: none;	border-right-style: none;	border-top-style: none;	resize: none;	width: 350px;}input {	border-bottom-style: none;	border-left-style: none;	border-right-style: none;	border-top-style: none;	width: 350px;} table .white {	background-color: #FFFFFF;}.focusField{  	border:solid 1px #B42424;	outline:none;	/*width: 400px;  */}  .idleField{   	border:solid 1px;	border-color: #FFFFFF;	/*width: 400px; */}
