a.ovalbutton{
background: transparent url('../images/buttons/oval-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Arial,Tahoma,Verdana; /* Change 13px as desired */
line-height: 19px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 27px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
margin-right:10px;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #ffffff; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/buttons/oval-green-right.gif') no-repeat top right;
display: block;
padding: 3px 11px 5px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #ffffff;
}


a.buybutton{
background: transparent url('../images/buttons/oval-green-left-buy.gif') no-repeat top left;
display: block;
float: left;
font: normal 20px Arial,Tahoma,Verdana; /* Change 13px as desired */
line-height: 48px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 54px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.buybutton, a:visited.buybutton, a:active.buybutton{
color: #ffffff; /*button text color*/
}

a.buybutton span{
background: transparent url('../images/buttons/oval-green-right-buy.gif') no-repeat top right;
display: block;
padding: 3px 45px 3px 35px; /*Set 11px below to match value of 'padding-left' value above*/

}

a.buybutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.buybutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #ffffff;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}
