.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#page-wrap {
	width: 470px;
	background: url(images/contact/form-bg.gif) top center no-repeat;
	min-height: 700px;
}
form {
	padding: 10px 0 0;
}
h1 {
	text-align: center;
	padding-top: 200px;
}
#formLeft {
	width: 320px;
	margin: auto;
	}
	#formLeft input {
		width: 250px;
		margin: 0 0 20px 0;
		border: none;
		padding: 0 0 0 10px;
		text-align: left;
		background: none;
		margin: 13px 0 0 8px;
		font-size: 1em;
	}
	#formLeft .input-bg {
		background: url(images/contact/form-sm-bg.gif) bottom left no-repeat transparent;
		height: 45px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
		background: url(images/contact/form-sm-bg.gif) top left no-repeat transparent;
	}
#formRight {
	width: 360px;
	float: right;
	padding-right: 44px;
	}
	#formRight textarea {
		width: 298px;
		height: 209px;
		display: block;
		border: none;
		background: none;
		margin: 0 0 0 20px;
		padding: 13px 0 13px 0;
		font-family: Helvetica, sans-serif;
		font-size: 1em;
		overflow: auto;
	}
	#formRight .message-bg {
		background: url(images/contact/message-bg.gif) bottom left no-repeat transparent;
		height: 238px;
	}
	#formRight .active {
		background: url(images/contact/message-bg.gif) top left no-repeat transparent;
	}
label {
	display: block;
	font-size: 1em;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -25px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-weight: bold;
}
input.submit-button {
	float: right;
	padding-right: 31px;
}
