@charset "utf-8";
.webform {
	background: #FFEBC1;
}
/* CSS Document */

th {
	text-align: right;
}
#formBox {
	width: 500px;
	margin-left: 52px;
}
input, select, textarea  {
	color: #37425E;
	font: 14px "Courier New", Courier, monospace;
}
.submitBtn {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	font-size: 1em;
	color: #4F2864;
}

