.form_checkbox
{
	margin-bottom:10px;
	text-shadow:none;
}
.form_checkbox_label
{
	width:275px;
	line-height:1.5;
}
.privacy
{
	font-size:12px;
	padding:0 25px;
	text-shadow:none;
	line-height:1.5;
	margin-top:20px;
	text-align:center;
	font-style:italic;
	color:#777;
}




.form_label
{
	text-shadow:0 1px 0 #FFF;
	color:#444;
}
.form_input
{
	font-size:16px;
	font-weight:900;
	padding:5px;
	border:2px solid #CCC;
	background:#f9f9f9;
	color:#59221a;
	width:350px;
}
.form_input:focus
{
	border:2px solid #d19d4f;
}
.form_errors
{
	width:350px;
}
.form_label span
{
	font-size:14px;
	color:#ff0020;
}

#petition_submit
{
	display:block;
	height:67px;
	width:376px;
	background:url('img/button.gif') 0 0 no-repeat;
	border:none;
	margin-left:-5px;
}
#petition_submit:hover
{
	cursor:pointer;
}
#petition_firstname_wrapper
{
	width:190px;
	float:left;
}
#petition_firstname
{
	width:160px;
}
#petition_lastname_wrapper
{
	width:180px;
	float:left;
}
#petition_lastname
{
	width:160px;
}

#petition_state_wrapper
{
	width:180px;
	float:left;
}
#petition_state
{
	width:160px;
}
#petition_email_wrapper
{
	width:190px;
	float:left;
}
#petition_email
{
	width:160px;
}
