﻿a.nicebutton, a.nicebutton:link, a.nicebutton:visited {
    font-family: Trebuchet MS, Arial, Tahoma;
    color: #454545;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
    display:inline-block;
    display:-moz-inline-stack;
    zoom:1;
    *display:inline;
    margin-right: 4px;
}

a.nicebutton:link span.text, a.nicebutton:visited span.text { 
                    display: inline-block; 
                    float: left;
                    background-repeat: no-repeat;
                    background-position: left top; }
                    
a.nicebutton:link span.text img, a.nicebutton:visited span.text img { border: none; margin-right: 5px; vertical-align: middle; }

a.nicebutton:focus { outline: none; } 

span.iefix { display: inline-block; padding: 0px; height: 0px; width: 0px; line-height:0px; }
