/* styles for email form */

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

form {
	padding: 0px 0 0 0px;
}

h2, h3, h4, h5  { text-transform: lowercase; }

h2 { padding-top: 25px; padding-bottom: 5px; }

h3, h5 { color: #333; font-weight: normal; }

h4 { font-weight: bold; color: #7ccc45; font-size: 110%; padding: 16px 0 3px 0; font-family: "Lucida Grande", Lucida, Verdana, sans-serif; margin-bottom: -5px; }

h5 { font-size: 90%; }

p { padding-bottom: 10px; }

address { font-size: 80%; border: 1px solid #f1f1f1; padding: 15px; text-transform: lowercase; color: #555; line-height: 1.2em; width: 200px; background-color: #fff5ec; margin-bottom: 15px; }

.name { font-size: 100%; border-bottom: 1px solid #ddd; padding-bottom: 0px; margin-bottom: -5px; margin-left: 0px;}

.map { font-size: 70%; margin-left: 5px; }

#formLeft {
	width: 320px;
	float: left;
	}
	#formLeft input {
		width: 250px;
		margin: 0 0 20px 0;
		border: none;
		text-align: center;
		background: none;
		margin: 13px 0 0 8px;
		font-size: 80%;
	}
	#formLeft .input-bg {
		background: url(../images/form-sm-bg.png) bottom left no-repeat transparent;
		height: 45px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
		background: url(../images/form-sm-bg.png) top left no-repeat transparent;
	}
#formRight {
	width: 360px;
	float: left;
	}
	#formRight textarea {
		width: 298px;
		height: 209px;
		display: block;
		border: none;
		background: none;
		margin: 0 0 0 20px;
		padding: 13px 0 13px 0;
		font-family: Helvetica, sans-serif;
		font-size: 80%;
		overflow: auto;
	}
	#formRight .message-bg {
		background: url(../images/message-bg.png) bottom left no-repeat transparent;
		height: 238px;
	}
	#formRight .active {
		background: url(../images/message-bg.png) top left no-repeat transparent;
	}
label {
	display: block;
	color: #444;
	text-indent: 10px;
	padding-bottom: 2px;
	text-transform: lowercase; font: 80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: 70%;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: right;
	margin-top: -20px;
	margin-right: -11px;
}
