.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#formLeft {
	width: 270px;
	float: left;
	margin-top: 20px;
	}
	#formLeft input {
	width: 250px;
	margin: 0 0 40px 0;
	border: none;
	text-align: left;
	background: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
	}
	#formLeft .bg-input {
	height: 30px;
	margin-bottom: 10px;
	position: relative;
	background-color: transparent;
	background-image: url(../images/bg-form-sm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	#formLeft .active {
	background-color: transparent;
	background-image: url(../images/bg-form-sm.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	
	
	
#formRight {
	width: 485px;
	float: right;
	padding-right: 0px;
	margin-top: 20px;
	}
	#formRight textarea {
	width: 472px;
	height: 246px;
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 12px;
	padding: 13px 0 10px 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	overflow: auto;
	}
	#formRight .bg-message {
	height: 270px;
	background-color: transparent;
	background-image: url(../images/bg-message.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	#formRight .active {
	background-color: transparent;
	background-image: url(../images/bg-message.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	


label {
	display: block;
	font-size: 1.2em;
	text-indent: 5px;
	font-weight: bold;
	margin-bottom: 7px;
}
label.error {
	position: absolute;
	top: -20px;
	right: 6px;
	padding: 3px;
	color: #FE3B77;
	font-size: 0.9em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: right;
	padding-right: 10px;
}

