.yui-button {
    border-width: 1px 0;
    border-style: solid;
    border-color: #004d89;
    margin: auto .25em;
    background: url(../images/gloss.png) repeat-x left center; 

}
.ie6 {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../button/assets/gloss.png', sizingMethod = 'scale');

}
.yui-button .first-child {
    border-width: 0 1px;
    border-style: solid;
    border-color: #004d89;
    margin: 0 -1px;
    _margin: 0;

}
.yui-button button,
.yui-button a {
    padding: 0 10px;
    font-size: 93%;  /* 12px */
    line-height: 2;  /* ~24px */
    *line-height: 1.7; /* For IE */
    min-height: 2em; /* For Gecko */
    *min-height: auto; /* For IE */
    color: white;
    border: solid 1px #599acd;
}
.yui-button {
    background-color: green;
}