.buttons a, .buttons button{

    margin:0 3px 0 0;
    background-color:#b499b9;
    border:1px solid #513256;
    border-top:1px solid #e1d7e3;
    border-left:1px solid #e1d7e3;

    font-family: "Andale Mono", "Monotype.com", monospace;
    font-size: 1em;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:black;
    cursor:pointer;
    padding:2px 7px 2px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:2px 7px 2px 7px; /* IE6 */
}
.buttons button[type]{
    padding:3px 7px 2px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:2px 2px 2px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 0px -4px 0 !important;
    padding:0;
	padding-right: 5px;
    border:none;
    width:20px;
    height:20px;
}


#buttons_div{
	margin-top: 10px;
	line-height: 40px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#a892ac;
    border:1px solid black;
    border-top:1px solid #e5dde7;
    border-left:1px solid #e5dde7;
    color:black;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
