input, select, checkbox, textarea {
	color: #FFFFFF;
	background: #000000;
}
.wide {
	width: 300px;
}
label {
	display: block;
	float: left;
	width: 140px;
}
form {
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form div {
	margin-top: 3px;
}
fieldset {
	padding: 10px;
}
legend {
	color: #000066;
	background: #FFFFFF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}


.button {
	background-color: #333333;
}
input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #FFFFFF;
	background-color: #333333;
}

#container {
width: 400px;
}
Body {
	background-color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.label {
	width: 200px;
	text-align: right;
}

