/* BUTTONS */.buttons a, .buttons button{    display:block;    float:left;    margin:10px 27px 20px 0;    background-color:#f5f5f5;    border:1px solid #dedede;    border-top:1px solid #eee;    border-left:1px solid #eee;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;    font-size:90%;    line-height:130%;    text-decoration:none;    color:#565656;    cursor:pointer;    padding:5px 10px 6px 7px; /* Links */}.buttons button{    width:auto;    overflow:visible;    padding:4px 10px 3px 7px; /* IE6 */}.buttons button[type]{    padding:5px 10px 5px 7px; /* Firefox */    line-height:17px; /* Safari */}.buttons button img, .buttons a img{    margin:0 3px -3px 0 !important;    padding:0;    border:none;    width:16px;    height:16px;}/* POSITIVE */button.positive, .buttons a.positive{    color:#333;}.buttons a.positive:hover, button.positive:hover{    background-color:#CBDCED;    border:1px solid #CBDCED;    color:#333;}.buttons a.positive:active{    background-color:#529214;    border:1px solid #529214;    color:#fff;}
