/*-- Contact us form --*/
#contact-us-form fieldset {
}

#contact-us-form fieldset p {
	margin-bottom: 1em;
}

#contact-us-form fieldset label {
	font-size: 100%;
	font-weight: bold;
	display: block;
	clear: both;
	margin-bottom: .55em;
}

#contact-us-form fieldset div input {
	border: 1px solid #999999;
	margin-bottom: 2em;
	padding: 4px;
}

#contact-us-form fieldset div textarea {
	border: 1px solid #999999;
	margin-top: .5em;
	margin-bottom: 1em;
	width: 100%;
	height: 8em;
	padding: 4px;
}

.form_error {
	background: #ffffcc;
	border: 1px solid #ffcc00;
	margin-bottom: .5em;
}

#recaptcha {
	margin-bottom: 10px;
}

#store-contact {
	float: right;
	line-height: 28px;
	text-decoration: none;
	font-weight: bold;
}

#store-contact:hover {
	text-decoration: underline;
}
