#form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
	border: 1px solid #001933;
	color: #B21423;
}
#checkbox input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 20px;
	border: 0px none;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 250px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B21423;
	height: 50px;
	width: 250px;
	border: 1px solid #000000;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #001933;
	color: #000000;
	width: 250px;
}
