/* BUTTONS */

.buttons a, .buttons button{
	float: left;
    margin:0 3px 0 0;
    background-color:#E3DAB7;
    border:1px solid black;
    border-top:1px solid lightgrey;
    border-left:1px solid lightgrey;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 0.9em;
    line-height:120%;
    text-decoration:none;
    font-weight:bold;
    color:black;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	}
	
.buttons button {
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
	}

.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
	}

