* { margin: 0; padding: 0; }
body { font-size: 62.5%; font-family: Helvetica, serif; }
.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#page-wrap {
	width: 800px;
	margin: 0 auto;
	min-height: 600px;
	border: 1px solid #000;
}
h1 {
	text-align: center;
	padding-top: 200px;
}
#formLeft {
	width: 250px;
	float: left;
	}
	#formLeft input {
		width: 250px;
		margin: 0 0 20px 0;
		border: none;
		text-align: left;
		background: none;
		margin: 3px 0 2.5px 5px;
		font-size: 1.1em;
	}
	#formLeft .input-bg {
		background: url(images/form-sm-bg.jpg) bottom left no-repeat transparent;
		height: 20px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
		background: url(images/form-sm-bg.jpg) top left no-repeat transparent;
	}
	
	#formLeft textarea {
		width: 250px;
		height: 200px;
		border: none;
		text-align: left;
		background: none;
		margin: 0 0 10px 0;
		padding: 2.5px 5px 2.5px 5px;
		font-family: Helvetica, sans-serif;
		font-size: 1.1em;
		width: 260px;
		height: 205px;
  		voice-family: "\"}\"";
  		voice-family: inherit;
 		width: 250px;
		height: 200px;
		}
		html>body #formLeft textarea {
  		width: 250px;
  		height: 200px;
  		}
	#formLeft .message-bg {
		background: url(images/message-bg.jpg) bottom left no-repeat transparent;
		height: 200px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
		background: url(images/message-bg.jpg) top left no-repeat transparent;
	}


label {
	display: block;
	font-size: 1.1em;
	margin-bottom: 2.5px;
}
label.error {
	position: absolute;
	top: -17px;
	right: 0px;
	color: #cc3366;
	font-size: 0.9em;
	text-align: right;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
}
#formLeft .submit-button {
	width: 60px;
	height: 20px;
}