.inputcomment {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: thin solid #214DBA;
	width: 250px;
}
.inputsmall {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	width: 50px;
	border: thin solid #214DBA;
}
.inputsubmit {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #214DBA;
	height: 20px;
	width: 50px;
}
