/* form */
form {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

form p {
	position: relative;
	margin-bottom: 15px;
}

label {
	padding: 0;
}

input.text {
	width: 18em;
	padding: 3px 0 2px 0;
	background-color: #fff;
	color: #000;
	border: 1px solid #444;
}

label.col1 {
	float: left;
	display: inline;
	width: 140px;
}

label.tall {
	height: 4em;
}

select.col2 {
	float: left;
	display: inline;
	margin-right: 5px;
}

.required {
	color: #666;
	font-style: italic;
}


p.clear {
	clear: both;
}

p.button {
	overflow: auto;
	padding-top: 15px;
}

p.button .clear {
	clear: both;
}

p.button input {
	float: left;
	display: inline;
	margin-left: 140px;
	border: 1px solid #444;
	padding: 3px 5px;
	color: #fff;
	background-color: #000;
	cursor: pointer;
}

p.button input:hover {
	background-color: #333;
}
