#logo
{
	background: transparent url(../images/header.png) 0px 0px no-repeat;
	display: block;
	height: 118px;
	margin: 0 auto;
	
	width: 961px;
}

form#opinion_poll input#submit
{
    margin-top: 5px;
	text-indent: -1000em;
	cursor: pointer;
	background: url(../images/vote.png);
	width: 84px;
	height: 30px;
	border: 0;
}

form#petition_form input#submit
{
	text-indent: -1000em;
	cursor: pointer;
	background: url(../images/sign_the_petition.png);
	width: 140px;
	height: 34px;
	border: 0;
}

form#default_form input#submit
{
	text-indent: -1000em;
	cursor: pointer;
	background: url(../images/submit.png);
	width: 140px;
	height: 34px;
	border: 0;
}

form#default_form input#edit
{
	text-indent: -1000em;
	cursor: pointer;
	background: url(../images/edit.png);
	width: 140px;
	height: 34px;
	border: 0;
}
