/* BUTTONS */

.buttons{

}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#e8dc00;
    border:1px solid #9c9c9c;
    border-bottom:1px solid #6d6d6d;
    border-right:1px solid #6d6d6d;
    font-family:Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#4b4c48;
    cursor:pointer;
    padding:2px 10px 3px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:2px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:2px 10px 3px 7px; /* Firefox */
    line-height:12px; /* Safari */
}
*:first-child+html button[type]{
    padding:2px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#f2e600;
    xborder:1px solid #c2e1ef;
    color:#4b4c48;
}
.buttons a:active{
    background-color:#f2e600;
    xborder:1px solid #6299c5;
    color:#4b4c48;
}
