* { margin: 0; padding: 0; }

.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#page-wrap {
	width: 380px;
	margin-left: 2px;
	min-height: 600px;
	padding-top:10px;
}
form {
	padding: 0px;
}

#formLeft {
	width: 380px;
	float: left;
	}
	#formLeft input {
		width: 360px;
		margin: 0 0 20px 0;
		border: none;
		text-align: left;
		padding-left:0px;
		background: none;
		margin: 13px 0 0 8px;
		font-size: 14px;
		font-family: Georgia, serif;
		color:#555;
	}
	#formLeft .input-bg {
		background: url(../images/form-sm-bg.jpg) bottom left no-repeat transparent;
		height: 45px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
		background: url(../images/form-sm-bg.jpg) top left no-repeat transparent;
	}
#formRight {
	width: 380px;
	float: left;
	}
	#formRight textarea {
		width: 360px;
		height: 216px;
		display: block;
		border: none;
		background: none;
		margin: 6px 0 0 12px;
		padding-left:0px;
		padding-right:14px;
		padding-top:6px;
		font-family: Georgia, serif;
		font-size: 14px;
		color:#555;
		overflow: auto;
	}
	#formRight .message-bg {
		background: url(../images/message-bg.jpg) bottom left no-repeat transparent;
		height: 238px;
	}
	#formRight .active {
		background: url(../images/message-bg.jpg) top left no-repeat transparent;
	}
label {
	display: block;
	font-size: 14px;
	
}
label.error {
	
	margin-top: -46px;
	right: 0px;
	padding: 0px;
	color: #00a851;
	font-size:12px;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: left;
	
}