#jsh_contactAddress {
	margin-bottom: 30px;
	text-align: center;
}

.jsh_contactText {
	font-size: small;
	margin-bottom: 30px;
}

#jshForm {
	text-align: center;
	width: 90%;
}

#jshForm div {
	margin: 2px 0 2px 0;
	padding: 0;
	text-align: right;
	width: 100%;
}

#jshForm label {
	font-size: small;
	text-align: right;
}

#jshForm .text, #jshForm textarea {
	margin: 0;
	padding: 0;
	width: 75%;
}

#jshForm #comment {
	vertical-align: top;
}

#jshForm #mailingList {
	margin-left: 25%;
	text-align: left;
}

#jshForm #submit {
	padding-top: 1em;
}

#jshForm #stateZip {
	position: relative;
}

#jshForm #stateLabel {
	position: absolute;
	font-size: small;
	right: 30%;
	text-align: right;
	width: 70%;
}

#jshForm #state {
	width: 64%;
}

#jshForm #zipLabel {
	font-size: small;
	text-align: right;
}

#jshForm #zip {
	width: 18%;
}
