/*
------------------------------------------------------------------

GRACE PRESBYTERIAN CHURCH, MONTCLAIR, NEW JERSEY, USA

Special Contact Form Stylesheet for Screen Media

website   : www.gracemontclair.org
filename  : /css/contact.css
revision  : 28 July 2011

copyright : (c) 2008 Grace Presbyterian Church (except as noted)
license   : Creative Commons

author    : Brian Lokker / Antigravity Design LLC
website   : www.antigravitydesign.com
email     : studio[at]antigravitydesign.com

------------------------------------------------------------------ */



form#contact_form {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

fieldset {
	background: #F3F5EE;
	border: 1px solid #C2C2C2;
	margin: 1.5em 0;
	padding: 1em 19px 19px 19px;
}

legend {
	background-color: transparent;
	color: #3E1A08;
	font-size: 1.4em;
	font-weight: 400;
}

label {
	display: block;
	font-size: 1.2em;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}

input {
	width: 280px;
}

input.captcha {
	width: 135px;
}

input.submit {
	width: auto;
}

textarea {
	height: 120px;
	width: 360px;
}
