* { margin: 0; padding: 0; }


fieldset { border: none; }
input, textarea, a { outline: none; }

#form-wrap {
	width: 220px;
	/* background: url(../images/contact-form-back.png) top center no-repeat; */
	min-height: 240px;
}
form {	padding: 0px; }

#formLeft {
	width: 0px;
	/*float: left; */
	}
	#formLeft input {
		width: 200px;
		border: 1px solid #ccc;
		text-align: left;
		background: none;
		margin: 5px 0 0 0px;
		font-size: 9pt;
		padding: 3px 0 3px 5px ;
		
	}
	#formLeft .input-bg {
		background: url(../images/form-sm-bg.png) bottom left no-repeat transparent;
		height: 40px;
		margin-bottom: 7px;
		position: relative;
	}
	#formLeft .active {
		background: url(../images/form-sm-bg.png) top left no-repeat transparent;
	}
#formRight {
	width: 200px;
	float: left;
	padding-right: 44px;
	}
	#formRight textarea {
		width: 200px;
		height: 124px;
		display: block;
		border: none;
		background: none;
		padding: 6px 0 13px 0;
		overflow: auto;
		border: 1px solid #ccc;
		font-size: 9pt;
		padding: 3px 0 3px 5px ;
		margin: 5px 0 0 0;
	}
	#formRight .message-bg {
	
		height: 145px;
	}
	#formRight .active {
		background: url(../images/message-bg.png) top left no-repeat transparent;
	}
label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}

