
.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#form-wrap {
	width: 700px;
	margin-top: 10px;
	background: url(../images/form-bg.jpg) top center no-repeat;
	height: 539px;
}
form {
	padding: 40px 0 0 20px;
}

#formLeft {
	width: 320px;
	float: left;
}
#formLeft input {
	width: 250px;
	margin: 0 0 20px 0;
	border: none;
	
	background: none;
	margin: 13px 0 0 12px;
	font-size: .9em;
}
#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;
}

#formLeft h2 {
	margin-left: 10px;
	font-size: 1.5em;
}

#formLeft p {
	font-size: .8em;
	margin: 0 40px 0 10px;
	padding: 5px;
}


#formRight {
	width: 360px;
	float: right;
	
}
#formRight textarea {
	width: 298px;
	height: 195px;
	display: block;
	border: none;
	background: none;
	margin: 5px 0 0 20px;
	padding: 13px 0 13px 0;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	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: .9em;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: .9em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: right;
	padding-right: 31px;
}

#contact_details {
	margin-top: 35px;
}
#contact_details p {
	font-size: .9em;

}

img.right {
	float: right;
}
