form, form input, form textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 1em;
}

form p {
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

form p label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .8em;
}

form p br {display: none;}


form p input,
form p textarea,
form select,
form p select {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0;
	font-size: 0.75em;
	font-weight: normal;
	background-color: #f5f5f5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
	height:30px;
}

form p textarea {
	height:100px;
}

form p label,
form label,
form label select {
	display: inline-block;
	margin: 8px;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}