input {
	padding: 5px 30px;
	text-indent: 0px;
	margin-left: 1%;
	margin-right: 1%;
	font-family: geneva, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	border: 1px solid black;
	background-color: #888888;
}

textarea {
	width: 96%;
	padding: 10px;
	background-color: #3b3b3b;
	border: 1px solid #000000;
	font-family:"Lucida Sans Typewriter", "Courier New", monospace;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin: 1%;
}

input:focus, textarea:focus, select:focus
{
	background-color: #555555;
}

