#form-wrap {
	width: 700px;
}
form {
	padding: 0 0 0 0;
}
h1 {
	text-align: center;
	padding-top: 200px;
}
#formLeft {
	width: 274px;
	float: left;
	}
	#formLeft input {
		width: 250px;
		border: none;
		text-align: left;
		background: none;
		margin: 13px 0 0 15px;
		font-size: 14px;
		color: #990000;
	}
	#formLeft .input-bg {
		background: url(../images/form-sm-bg.jpg) bottom left no-repeat transparent;
		height: 45px;
		margin-top: 3px;
		margin-bottom: 20px;
		position: relative;
	}
	#formLeft .active {
		background: url(../images/form-sm-bg.jpg) top left no-repeat transparent;
	}
#formRight {
	width: 331px;
	float: right;
	}
	#formRight textarea {
		width: 298px;
		height: 199px;
		display: block;
		border: none;
		background: none;
		margin: 0 0 0 20px;
		padding: 13px 0 13px 0;
		font-family: Helvetica, sans-serif;
		font-size: 14px;
		overflow: auto;
		color: #000000;
	}
	#formRight .message-bg {
		background: url(../images/message-bg.jpg) bottom left no-repeat transparent;
		height: 238px;
		margin-top: 3px;
	}
	#formRight .active {
		background: url(../images/message-bg.jpg) top left no-repeat transparent;
	}
label {
	display: block;
	font: normal 14px/10px Georgia;
	text-indent: 8px;
}
label.error {
	position: absolute;
	top: -15px;
	right: 7px;
	padding: 3px;
	color: #da3939;
	font-size: 11px;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: right;
	padding-right: 80px;
}

#form-wrap p { font: normal 15px/25px Georgia; padding: 20px 0 20px 0; }
#form-wrap em { font: bold 30px/25px "Lucida Grande", Arial, Helvetica, Sans-Serif; padding: 0 4px 0 4px; margin-right: 8px; color: #ffffff; background: #bbbbbb; }
#form-wrap hr { background: #ccc; color: #ccc; height: 1px; border : 0px; margin: 20px 0 0 0; }
#form-wrap p.info { font: normal 20px/25px Georgia; padding: 0 0 20px 80px; color: #79191c; }

select { font-family: Arial, Helvetica, sans-serif; font-size: 14px; border: #cccccc; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; color: #79191c; margin: 0 0 20px 40px; } 

