@charset "UTF-8";
/* CSS Document */

fieldset { border: none; padding: 0; }
input, textarea, a { outline: none; margin: 0; }

#form-wrap {
	margin: 0 auto;
	/* background: url(../images/contact-form-back.png) top center no-repeat; */
	min-height: 200px;
}
form {padding-top: 10px; }

#formLeft { width: 220px; border: none;}
	#formLeft input {
		width: 200px;
		margin: 0 0 20px 0;
		padding: 3px;
		border: none;
		text-align: left;

		background-color: #bcc8c6;
		color:#3b4051;
		font-size: 10pt;
		font-family: Helvetica, sans-serif;
	}
	#formLeft .input-bg {
		height: 37px;
		font-family: Helvetica, sans-serif;	
	}
	
	
		#formRight textarea {
		width: 202px;
		height: 124px;
		display: block;
		border: none;
		background: none;
		margin: 0;
		padding: 6px 0 13px 3px;
		font-family: Helvetica, sans-serif;
		font-size: 1.3em;
		overflow: auto;
		background-color: #bcc8c6;
		color:#3b4051;
		font-size: 10pt;
	}
	
	/* #formLeft .active {		background: url(../images/form-sm-bg.png) top left no-repeat transparent;	} */

#formRight {
	width: 220px;
	color:#3b4051;
	margin: 0;
	}

	#formRight .message-bg {
		background: url(../images/message-bg.png) bottom left no-repeat transparent;
		height: 160px;
	}
	/* #formRight .active {		background: url(../images/message-bg.png) top left no-repeat transparent;	} */
label {
	display: block;
	font-size: 12px;
	text-indent: 5px;
	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;
}
input.submit-button {	padding-right: 31px;}

