input, textarea, select {
	font-size: 0.8em;
	background-color: #FFF2A6;
	border: 1px solid #F6A923;
	padding: 0.2em;
	width: 200px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	left: 180px;
	position: relative;
	margin-bottom: 0.8em;
}
label {
	position: absolute;
	width: 175px;
	text-align: right;
	display: inline;
}
select {
	width: 4em;
}
.formboxsm {
	width: 100px;
}
input#submit {
	width: 4em;
	cursor: hand;
	color: #666666;
	margin-top: 1em;
}
#checkbox label, #selectbox label {
	position: absolute;
	display: inline;
	padding: 0px;
	margin: 0px;
	left: 210px;
	text-align: left;
	width: 400px;
}
#checkbox {
	margin-bottom: 0.5em;
}
#checkbox input {
	width: 20px;
	margin-bottom: 0.1em;
	background-color: #FFFFFF;
	border-style: none;
}
#inlinebox input {
	width: 4.8em;
	left: 0px;
	margin-bottom: 0px;
}
#inlinebox label {
	position: relative;
	left: 180px;
	margin-bottom: 0px;
}
#selectbox label {
	left: 230px;
}
.formright {
	padding-left: 100px;
}
.formleft {
	float: left;
}
#plform #pagepic {
	background-image: url(../images/bkgnd_forms.jpg)
}
#plform blockquote {
	top: 220px;
	margin-bottom: 220px;
}
