form {
	position: absolute;
	top:30px;
	right:50px;
}

#formLeft {
	width: 230px;
	float: left;
	}
	#formLeft input {
		width: 180px;
		margin: 0 0 20px 0;
		border: none;
		text-align: left;
		background: none;
		margin: 8px 0 0 -15px;
		font-size: 80%;
	}
	#formLeft .input-bg {
		background: url(images/form-sm-bg.gif) bottom left no-repeat transparent;
		height: 37px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
		background: url(images/form-sm-bg.gif) top left no-repeat transparent;
	}
#formRight {
	width: 280px;
	float: right;
	padding-right: 44px;
	}
	#formRight textarea {
		width: 245px;
		height: 197px;
		display: block;
		border: none;
		background: none;
		margin: 0 0 0 14px;
		padding: 13px 0 10px 0;
		font-family: Helvetica, sans-serif;
		font-size: 80%;
		overflow: auto;
	}
	#formRight .message-bg {
		background: url(images/message-bg.gif) bottom left no-repeat transparent;
		height: 197px;
	}
	#formRight .active {
		background: url(images/message-bg.gif) top left no-repeat transparent;
	}
label {
	display: block;
	text-align: left;
	text-indent: 15px;
}
label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: right;
	padding-right: 31px;
}
