form p {
	display: block;
	clear: both;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
}
form p.center {
	text-align: center;
}

form label {
	float: left;
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
input {
	float: left;
}
input.large {
	width: 300px;
}
textarea {
	float: left;
	width: 300px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
input[type=submit] {
	display: inline;
	float: none;


}
label.error {
	float: none;
	width: auto;
	color: #C00;
	line-height: normal;
	height: auto;
}

