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

#formLeft {
	width: 470px;
	margin-left: 70px;
	}

#formLeft input {
	width: 444px;
	margin: 15px 0 0 16px;
	border: none;
	text-align: left;
	background: none;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #465177;
	}

#formLeft .input-bg {
	background: url(../images/form-sm-bg.gif) bottom left no-repeat transparent;
	height: 47px;
	margin-bottom: 0;
	position: relative;
	width: 470px;
	margin-top: -8px;
	}
	
#formLeft .active {
	background: transparent url(../images/form-sm-bg.gif) no-repeat left 2px;
	}

#formLeft .items {
	height: 45px;
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: -10px;
	text-align: left;
	color: #636363;
	font: .9em/1.60 Georgia, "Times New Roman", Times, serif;
	}

#formRight {
	width: 330px;
	margin-left: 70px;
	}

#formRight textarea {
	width: 300px;
	height: 209px;
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 16px;
	padding: 13px 0 13px 0;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #465177;
	overflow: auto;
	}

#formRight .message-bg {
	background: url(../images/message-bg.gif) bottom left no-repeat transparent;
	height: 238px;
	}

#formRight .active {
	background: url(../images/message-bg.gif) top left no-repeat transparent;
	}

label {
	display: block;
	text-indent: 10px;
	font: italic .8em Georgia, "Times New Roman", Times, serif;
	color: #636363;
	margin-bottom: 0;
	}

label.error {
	position: absolute;
	top: -8px;
	right: 0px;
	padding: 3px;
	color: #da3939;
	font-size: .7em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}

input.submit-button {
	float: left;
	padding-right: 31px;
}
