
label,input,textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 100px;
	padding-right: 20px;
	padding-top: 4px;
}

input {
	height: 20px;
	width: 280px;
	border: 1px solid #555555;
	padding-top: 2px;
	padding-left: 2px;
	background-color: #DFDFDF;
}

textarea {
	width: 280px;
	border: 1px solid #555555;
	padding-top: 2px;
	padding-left: 2px;
	background-color: #DFDFDF;
}

br {
	clear: left;
}

.button {
	width: 60px;
	height: 19px;
	border: none;
	background-color: white;
	}

.submit {
	width: 60px;
	}

.checkbox {
	background-color: white;
	border: none;
	width: 20px;
	}

.long {
	width: 300px;
	}
