
/* custom buttons with rounded corners */
.submit, .button  {
    border:0px;
    background-repeat:no-repeat !important;
    text-align:center !important;
    width:auto;
    text-decoration:none;
    text-transform:uppercase;
    color:#848484;
    border:none;
    background-color:#cccccc;
    font-size:10px;
    margin:0px 6px 0px 0px;
    clear:both;
    float:none !important;
}
.button_left    {
    background-repeat:no-repeat !important;
    padding:5px 10px 8px 10px !important;
    position:relative !important;
    margin:0px !important;
    background-color:transparent;
    background-image:url(../images/button_left.gif);
    width:auto !important;
    font-size:0px;
    line-height:0px;
    background-position:left top;
    display:inline-block;
}
.button_right    {
    background-image:url(../images/button_right.gif) !important;
    background-repeat:no-repeat !important;
    background-position:right top !important;
    background-color:transparent;
    position:relative !important;
    width:auto !important;
    margin:-5px -14px -8px 0px !important;
    padding:5px 10px 8px 0px !important;
    height:26px; /* IE7 fix for button tags */
    white-space:nowrap;
    overflow-y:hidden;
}
.button_left.button_over    {
    background-image:url(../images/button_left1.gif) !important;
}
.button_over .button_right    {
    background-image:url(../images/button_right1.gif) !important;
}