table
{
	display:table;
}

tr
{
	display:table-row;
}

td
{
	display:table-cell;
}

.btnNext
{
    background-image:url(images/button-newx25.png);
    width:60px;
  font-size:12px;
}


.btnBig
{
  font-size:12px;
    background-image:url(images/button-102x25.png);
    height:25px;
}

.btnLarge
{
    background-image:url(images/button-275x25.png);
  font-size:12px;
}

.content
{
    margin:0px auto;
}

