.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#page-wrap {
	width: 470px;
	margin: 0 auto;
	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: 380px;
	margin: 0 0 0 0;
	border: none;
	text-align: left;
	background: none;
	margin: 0;
	font-size: 12px;
	color:#e9d8bc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height: 20px;
	}
	#formLeft .input-bg {
	background: url(images/contact/email.gif) top left no-repeat transparent;
	height: 19px;
	width: 380px;
	margin-bottom: 5px;
	margin-left:0px;
	position: relative;
	color:#e9d8bc
	}
	#formLeft .active {
		background: url(images/contact/email.gif) top left no-repeat transparent;
	}
#formRight {
	width: 300px;
	float: right;
	padding-right: 52px;
	

	}
	#formRight textarea {
	width: 380px;
	height: 70px;
	display: block;
	border: none;
	background: none;
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	color: #e9d8bc;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
	}
	#formRight .message-bg {
	background: url(images/contact/message.gif) bottom left no-repeat transparent;
	background-color: #000;
	height: 70px;
	width:380px;
		
	}
	#formRight .active {
		background: url(images/contact/message.gif) top left no-repeat transparent;
	}
label {
	display: block;
	font-size: 12px;
	/*text-indent: 10px;*/
	font-weight: bold;
	margin-bottom: 2.5px;
}
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 {
	background: url(images/contact/send-button.gif) top left no-repeat transparent;
	float: left;
	padding-right: 0px;
	background-color: #fff;
}
