form label {
	width: 120px;
	float: left;
	line-height: 20px;
	height: 20px;

}

form input {
	display: block;
	float: left;
	margin-right: 10px;



}
form select {
	display: block;
	float: left;
	margin-right: 10px;
}

input.s {
	width: 40px;
}
input.m {
	width: 100px;
}
input.l {
	width: 200px;
}



form p {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: hidden;
}
textarea {
	float: left;
	width: 400px;
	height: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
form input[type=submit] {
	float: none;
	display: inline;
}
label.error {
	color: #C00;
	text-align: left;
	width: auto;
	line-height: 20px;
	height: 20px;
}
span.error {
	color: #C00;
	text-align: left;
	width: auto;
	line-height: 20px;
	height: 20px;
}
p.error {
	color: #C00;
	text-align: left;
	width: auto;
	line-height: 20px;
	height: 20px;
}
