* { 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; }
input, textarea, a { outline: none; }

#page-wrap {
	width: 800px;
	margin: 0 auto;
	background: transparent;
	min-height: 600px;
}
form {
	padding: 0px 0 0 20px;
}
h1 {
	text-align: center;
	padding-top: 200px;
}
#formLeft {
	width: 300px;
	float: none;
	}
	#formLeft input {
	width: 250px;
	margin: 0 0 20px 0;
	border: none;
	text-align: left;
	background: none;
	margin: 13px 0 0 15px;
	font-size: 1.4em;
	color: #d666ff;
	}
	#formLeft .input-bg {
	background: url(images/form-sm-bg.png) bottom left no-repeat transparent;
	height: 45px;
	margin-bottom: 0px;
	position: relative;
	}
	#formLeft .active {
		background: url(images/form-sm-bg.png) top left no-repeat transparent;
	}
#formRight {
	width: 300px;
	float: left;
	padding-right: 0px;
	margin-top: 0px;
	}
	#formRight textarea {
	width: 245px;
	height: 200px;
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 15px;
	padding: 13px 0 13px 0;
	font-family: Helvetica, sans-serif;
	font-size: 1.3em;
	overflow: auto;
	color: #d666ff;
	}
	#formRight .message-bg {
	background: url(images/message-bg.png) bottom left no-repeat transparent;
	height: 238px;
	width: 267px;
	}
	#formRight .active {
		background: url(images/message-bg.png) 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 {
	float: right;
	padding-right: 5px;
}
