* { margin: 0; padding: 0; }
body { font-size: 62.5%; font-family: Georgia, serif; background: url(images/page-bg.jpg); }
.clear { clear: both; }
fieldset { border: none; }

#page-wrap {
	width: 1000px;
	margin: 0 auto;
	min-height: 700px;
	font-size:16px;
}
form {
	left:120px;
	top:700px;
	position:absolute;
	padding: 80px 0 0 76px;
}
h1 {
	text-align: center;
	padding-top: 200px;
}
#formLeft {
	width: 320px;
	float: left;
	}
	#formLeft input {
		width: 350px;
		height:25px;
		border: none;
		background:#FFF;
		font-size: 12px;
	}
	#formLeft .input-bg {
		height: 25px;
		margin-bottom: 15px;
		position: relative;
	}
	#formRight textarea {
		position:absolute;
		right:43px;
		width: 360px;
		height: 25px;
		display: block;
		border: none;
		background:#FFF;
		margin: 0 0 0 20px;
		font-family: Helvetica, sans-serif;
		font-size:12px;
	}
	#formRight .message-bg {
		height: 10px;
		margin-bottom: 12px;
		position:relative;
	}
	#formLeft .active {
		background: url(images/form-sm-bg.jpg) top left no-repeat transparent;
	}
	
#formRight {
	position:absolute;
	top:-197px;
	left:480px;
	width: 360px;
	float: right;
	padding-right: 44px;
	}
	#formRight input {
		width: 350px;
		height:25px;
		border: none;
		background:#FFF;
		font-size: 12px;
	}
	#formRight textarea {
		position:absolute;
		right:43px;
		width: 360px;
		height: 25px;
		display: block;
		border: none;
		background:#FFF;
		margin: 0 0 0 20px;
		font-family: Helvetica, sans-serif;
		font-size:12px;
	}
	#formRight .message-bg {
		height: 100px;
	}
	#formRight .active {
		background: url(
		url(../img/message_box_large.gif) top left no-repeat transparent;
	}
label {
	display: block;
	font-size: 1.3em;
	text-indent: 10px;
	font-weight: bold;
}
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 {
	position:absolute;
	top:800px;
	left:100px;
}