.clear { clear: both; }
fieldset { border: none; }

form {
	padding: 0px 0 0 0px;
}

#formLeft {
	width: 250px;
	float: left;
	}
	#formLeft input {
		width: 205px;
		margin: 0 0 0px 0;
		border: none;
		text-align: left
		background: none;
		margin: 4px 0 0 4px;
		font-size: 1.1em;
		background: transparent;
		color: white;
		outline: none;
	}
	#formLeft .input-bg {
		background: url(../images/field.png) top left no-repeat transparent;
		height: 25px;
		margin-bottom: 2px;
		position: relative;
	}

#formRight {
	width: 340px;
	float: right;
	}
	#formRight textarea {
		width: 298px;
		height: 130px;
		display: block;
		border: none;
		background: none;
		padding: 5px 0px 0px 5px;
		font-family: Helvetica, sans-serif;
		font-size: 1.1em;
		line-height: 1.3em;
		color: white;
		outline: none;
	}
	#formRight .message-bg {
		background: url(../images/message.png) top left no-repeat transparent;
		height: 138px;
	}
	
label {
	display: block;
	font-size: 1.1em;
	text-indent: 10px;
	font-weight: bold;
	margin-top: 10px;
}
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;
}