/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-image:url(/images/button-default-bck.gif);
    border:1px solid #999;
	
	-moz-border-radius:3px;
	font-size: 12.5px;

    text-decoration:none;
    font-weight:normal;
    color:#000;
    cursor:pointer;
    padding:5px 10px 5px 7px; /* Links */	
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:4px 10px 4px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html .buttons button[type]{
    padding:4px 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 */

.buttons button:hover, .buttons a:hover{
    background-image:url(/images/button-default-bck-hover.gif);
    border:1px solid #7d98b8;
    color:#336699;
    text-decoration: none;
}
.buttons a:active{
    background-image:url(/images/button-default-bck-hover.gif);
    border:1px solid #6299c5;
}

/* POSITIVE */

.buttons button.positive, .buttons a.positive{
    color:#333;
}
.buttons a.positive:hover, .buttons button.positive:hover{
/*    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;*/
}
.buttons a.positive:active{
/*    background-color:#529214;
    border:1px solid #529214;
    color:#fff;*/
}

/* NEGATIVE */

.buttons a.negative, .buttons button.negative{
/*    color:#d12f19;*/
}
.buttons a.negative:hover, .buttons button.negative:hover{
/*    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;*/
}
.buttons a.negative:active{
/*    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;*/
}