body {
	margin: 30px auto;
	width: 800px;
	font-family: Arial;
}

h1 {
	text-indent: -10000px;
	background: #FFF url('img/branding.gif') no-repeat top left;
	height: 74px;
}

#petition {
	width: 365px;
	height: 225px;
	background: #FFF url('img/bg_petition.gif') no-repeat top left;
	padding: 17px;
	float: left;	
}
#petition p {
	text-indent: -10000px;
	display: block;
	height: 168px;
	margin: 0px;
}
#petition h2 {
	display: none;
}
#petition input, .action input {
	border: 1px solid white;
	background-color: #505050;
	color: white;
	outline: 0px;
	padding: 3px;
}

#verdict {
	width: 401px;
	height: 259px;
	background: #FFF url('img/bg_verdict.gif') no-repeat top left;
	float: left;
	display: block;	
	text-indent: -10000px;
}
h2 {
	display: none;
}
.action {
	width: 50%;
	height: 169px;
	float: left;
	background: #FFF url('img/action_spreadword.gif') no-repeat top left;
	margin-top: 25px;
}
.action h4 {
	text-indent: -10000px;
	height: 45px;
	margin: 0px;
	background: url('img/action_spreadword.gif') no-repeat top left;
}
.action p, .action #spread {
	margin: 0px;
	display: block;
	margin-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	font-size: 10px;
	color:#474747;
	text-transform: uppercase;
}
#action-declaresupport h4 { background-image: url("img/action_declaresupport.gif"); }
#action-retweet h4 { background-position: top right; background-image: url("img/action_retweet.gif"); }
#action-retweet h4.facebook { background-position: top right; background-image: url("img/action_onfb.gif"); height: auto; margin-top: 10px; }
#action-blog h4 { background-position: top right; background-image: url("img/action_blog.gif"); }
#action-onfb h4 { background-image: url("img/action_onfb.gif"); }

#action-retweet  { background-position: top right; }
#action-blog  { background-position: top right; }
#action-retweet p  { margin-left: 45px; }
#action-blog p  { margin-left: 45px; }

#auto { display: none; }