 
div.petitions
{
padding:2em 10em;
text-align:center;
}

div.petitions table
{
margin:0;
padding:0;
border:1px solid #000000;
margin-bottom:2em;
text-align:center;
}

div.petitions table th
{
margin:0;
padding:.5em 1em ;
border:1px solid #000000;
background-color:#f0f5dc;
}

div.petitions table tr
{
border:1px solid #000000;
}

div.petitions table td
{
border:1px solid #000000;
text-align:center;
padding:.2em;
}




div.button
{
padding:0;
margin:0;
width:200px;
height:50px;
font-size:13px;
border:none;
}

div.button a:link, div.button a:visited
{
text-decoration:none;
border:none;
}

div.button a
{
background-image:url(../images/button_standard.gif);
background-repeat:no-repeat;
background-position:center;
padding:30px;
text-decoration:none;

}

div.button a:hover
{
background-image:url(../images/button_standard_over.gif);
background-repeat:no-repeat;
margin:0;
padding:30px;
}

div.button a:visited a:link 
{
background-image:url(../images/button_standard.gif);
text-decoration:none;
padding:30px;
}