form input {
	padding: 			1px;
	margin: 				1px;
	font-family: 		"Courier New", Courier, monospace;
	font-size: 			12px;
	font-weight: 		normal;
	border: 				1px solid #666666;
	background-color: #F5F5F5;
	color: 				Black;
}

form select {
	font-family: 		"Courier New", Courier, monospace;
	font-size: 			12px;
	font-weight: 		normal;
	border: 				1px solid #666666;
	background-color: #F5F5F5;
	color: 				Black;
}

form textarea {
	font-family: 		"Courier New", Courier, monospace;
	font-size: 			12px;
	font-weight: 		normal;
	border: 				1px solid #666666;
	background-color: #F5F5F5;
	color: 				Black;
}

.checkbox {
	border: 				0px;
}

.buttonSubmit {
	margin-top:			0px;
	border:				solid;
	border-width: 		1px;
	height: 				18px;
	background-color:	#838383;
	font-family: 		"Courier New", Courier, monospace;
	font-size: 			11px;
	font-weight: 		bold;
	color: 				White;
}