form {
	position: relative;
	margin-bottom: 20px;
	width: 380px;
	margin-top: 18px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
	background-color: #FF7300;
	font-size: 11px;
}

* html form { padding-right: 10px; }

input, select, textarea {
	border: none;
	margin-bottom: 5px;
	font-size: 11px;
	background-color: #FF8400;
}

label, input, select, form span, textarea {
	float: left;
}

label {
	color: #FFFFFF;
	width: 100px;
	clear: left;
}

form span {
	display: block;
	margin-top: 3px;
	padding-right: 5px;
	color: #FFFFFF;
}

input.checkbox, input.radio {
	border: none;
	display: block;
	background-color: transparent;
}

input.button {
	float: none;
	clear: left;
	margin-top: 5px;
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

* html input.button { margin-left: 0; }

input.longtext, select, textarea { width: 270px; }

textarea {
	overflow: hidden;
	height: 75px;
}

* html input.longtext { margin-right: 10px; }

div.clear {
	clear: both;
	line-height: 1px;
}

#content ul.error li { color: #990000; }

#content form p {
	margin-left: 0;
	font-size: 10px;
}