.field1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003366;
	font-style: normal;
	line-height: normal;
	background-color: #D5EAFF;
	margin: 0px;
	padding: 2px;
	float: left;
	height: 23px;
	width: 160px;
	border: 1px dashed #003366;
	position: static;
	cursor: text;

}
.txtarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	color: #003366;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	height: 90px;
	width: 400px;
	border: 1px dashed #003366;
	background-color: #D5EAFF;

}
.buttons {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #D5EAFF;
	font-style: normal;
	background-color: #003366;
	margin: 0px;
	padding: 2px;
	float: none;
	height: 24px;
	width: 65px;
	border: 1px dashed #003366;
}
.field2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003366;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding: 2px;
	float: left;
	height: 23px;
	width: 160px;
	border: 1px none #003366;
	position: static;
	cursor: hand;
	font-weight: bold;

}
.txtarea2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	color: #003366;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	height: 90px;
	width: 400px;
	border: 1px none #003366;
	font-weight: bold;

}
