.clear { clear: both; }
fieldset { 	border:0px solid #000; }
input, textarea, a { outline: none; }

#formLeft input {
	margin: 3px;
	width:440px;
	border: none;
	font-family:Lucida Sans Unicode;
	font-size:14px;
	}

#formLeft .input-bg {
	width:450px;
	border:1px solid #CCC;
	margin-bottom:20px;
	position: relative;
}

#formLeft .active { width:450px; border:1px solid #666; }

#formRight { width:450px; }

#formRight textarea {
	width: 435px;
	display: block;
	border: none;
	background: none;
	margin: 3px;
	overflow: auto;
	font-family:Lucida Sans Unicode;
	font-size:14px;
}

#formRight .message-bg { border:1px solid #CCC; }
#formRight .active { border:1px solid #666; }

label { display:block; text-indent:0px; font-weight:bold; margin-bottom:0px;}

label.error {
	position: absolute;
	color: #FF6600;
	font-weight: bold;
}

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