.textinput {
	border-style:solid;
	border-width:0px;
	border-color:#6699cc;
	color:black;
	font-family:sans-serif;
	font-size:12px;
	width:100%;
	height:22px;
	background-color:#bec7c9;
	padding-top:4px;
}
.textarea {
	border-style:solid;
	border-width:0px;
	border-color:#6699cc;
	color:black;
	font-family:sans-serif;
	font-size:12px;
	width:100%;
	height:100px;
	background-color:#bec7c9;
}
.submitbutton {
	border-style:solid;
	border-width:0px;
	border-color:#6699cc;
	color:white;
	font-family:sans-serif;
	font-size:11px;
	font-weight:bold;
	width:64px;
	height:20px;
	background-color:#03556f;
}
.inputcell {
	font-family:sans-serif;
	font-size:11px;
	color:black;
	height:6px;
	vertical-align:top;
	padding:3px;
	padding-bottom:10px;
}
