input.button{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	background-color: #333333;
}

input.text{
	padding-right: 10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 18px;
	color: #ff6600;
	background-color: #333333;
}

textarea.textbox{
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 300px;
	height: 180px;
	color: #ff6600;
	background-color: #333333;
}
