grazie mille a tutti ma purtroppo non sono capace a lavorare con i css... quel poco che faccio vado a tentativi...allora: cosa devo mettere dove in questo codice secondo voi?
	Codice PHP:
	
/* begin Button */
.art-button-wrapper a.art-button,
.art-button-wrapper a.art-button:link,
.art-button-wrapper input.art-button,
.art-button-wrapper button.art-button
{
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #ffffff !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 26px;
  height: 26px;
  margin: 0 !important;
  padding: 0 6px !important;
  overflow: visible;
  cursor: pointer;
}
.art-button img, .art-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}
.art-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.firefox2 .art-button-wrapper
{
  display: block;
  float: left;
}
input, select, textarea
{
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}
.art-block select 
{
    width:96%;
}
.art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover
{
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link
{
  color: #FFFFFF !important;
}
.art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r
{
  display: block;
  position: absolute;
  height: 88px;
  margin: 0;
  padding: 0;
  background-image: url('../images/button.png');
}
.art-button-wrapper .art-button-l
{
  left: 0;
  right: 0;
}
.art-button-wrapper .art-button-r
{
  width: 401px;
  right: 0;
  clip: rect(auto, auto, auto, 401px);
}
.art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r
{
  top: -31px;
}
.art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r
{
  top: -62px;
}
.art-button-wrapper input
{
  float: none !important;
}
/* end Button */ 
 
per cambiargli colore mi è venuta un'idea.... ho trovato l'immagine che usa:
http://www.frantoiocesarebattisti.it...ges/button.png
se cambio i colori qua e poi metto su tutti i color il colore bianco dovrei esserci... giusto?? per allinearlo a destra aspetto vostre idee !!!!! grazie millee