#footer ul > li {display: inline-block; margin-right: 15px;}
.art-button
{
  border: 0;
  border-collapse: separate;
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
  background: #E44D07;
  background: -webkit-linear-gradient(top, #F85E16 0, #F75408 21%, #C14106 100%) no-repeat;
  background: -moz-linear-gradient(top, #F85E16 0, #F75408 21%, #C14106 100%) no-repeat;
  background: -o-linear-gradient(top, #F85E16 0, #F75408 21%, #C14106 100%) no-repeat;
  background: -ms-linear-gradient(top, #F85E16 0, #F75408 21%, #C14106 100%) no-repeat;
  background: linear-gradient(to bottom, #F85E16 0, #F75408 21%, #C14106 100%) no-repeat;
  -svg-background: linear-gradient(top, #F85E16 0, #F75408 21%, #C14106 100%) no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 0;
  padding: 0 15px;
  margin: 0 auto;
  height: 28px;
}

a.art-button, a.art-button:link, a:link.art-button:link, body a.art-button:link, a.art-button:visited, body a.art-button:visited, input.art-button, button.art-button
{
  text-decoration: none;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FCFCFC;
  margin: 0 5px 0 0 !important;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
  line-height: 28px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.art-button img
{
  margin: 0;
  vertical-align: middle;
}


.art-button img
{
  margin: 0;
  vertical-align: middle;
}
.firefox2 .art-button
{
  display: block;
  float: left;
}
input.art-button
{
  float: none !important;
  -webkit-appearance: none;
}

.art-button.active, .art-button.active:hover
{
  background: #9DB030;
  background: -webkit-linear-gradient(top, #B4C93B 0, #B2C837 7%, #849429 100%) no-repeat;
  background: -moz-linear-gradient(top, #B4C93B 0, #B2C837 7%, #849429 100%) no-repeat;
  background: -o-linear-gradient(top, #B4C93B 0, #B2C837 7%, #849429 100%) no-repeat;
  background: -ms-linear-gradient(top, #B4C93B 0, #B2C837 7%, #849429 100%) no-repeat;
  background: linear-gradient(to bottom, #B4C93B 0, #B2C837 7%, #849429 100%) no-repeat;
  -svg-background: linear-gradient(top, #B4C93B 0, #B2C837 7%, #849429 100%) no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 0;
  padding: 0 15px;
  margin: 0 auto;
}

.art-button.active, .art-button.active:hover
{
  color: #FFFFFF !important;
}

.art-button.hover, .art-button:hover
{
  background: #ED5091;
  background: -webkit-linear-gradient(top, #F075A8 0, #E92F7D 100%) no-repeat;
  background: -moz-linear-gradient(top, #F075A8 0, #E92F7D 100%) no-repeat;
  background: -o-linear-gradient(top, #F075A8 0, #E92F7D 100%) no-repeat;
  background: -ms-linear-gradient(top, #F075A8 0, #E92F7D 100%) no-repeat;
  background: linear-gradient(to bottom, #F075A8 0, #E92F7D 100%) no-repeat;
  -svg-background: linear-gradient(top, #F075A8 0, #E92F7D 100%) no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 0;
  padding: 0 15px;
  margin: 0 auto;
}

.art-button.hover, .art-button:hover
{
  color: #FFFFFF !important;
}

.art-layout-cell
{
  display: table-cell;
  vertical-align: top;
}
.art-layout-cell:before
{
  width: 100%;
  content: " ";
  display: table;
}

.art-layout-cell:after
{
  clear: both;
  font: 0/0 serif;
  display: block;
  content: " ";
}
