.buttons2 a, .buttons2 button{
    display:block;
    float:center;
    margin:0 7px 0 0;
    background-color:#ccc;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border-color: #e9e9e9 #e9e9e9 #666 #999;
    border-style: solid ;
    border-width: 3px 3px 3px;
    
    text-align: center;  
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; 
    
}
.buttons2 button{
    width:auto;
    overflow:visible;
    padding:3px 4px 3px 4px; /* IE6 */
    
}
.buttons2 button[type]{
    padding:3px 3px 3px 3px; /* Firefox */
    line-height:17px; /* Safari */
}

.buttons2 button img, .buttons2 a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:17px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons2 a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons2 a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
    text-align: center;
    border-color: #e9e9e9 #e9e9e9 #666 #999;
    border-style: solid;
    border-width: 3px 3px 3px;
}

/* POSITIVE */

button.positive, .buttons2 a.positive{
    color:#529214;
}
.buttons2 a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
    text-align: center;
    border-color: #e9e9e9 #e9e9e9 #666 #999;
    border-style: solid;
    border-width: 3px 3px 3px;
}
.buttons2 a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
    text-align: center;
    border-color: #e9e9e9 #e9e9e9 #666 #999;
    border-style: solid;
    border-width: 3px 3px 3px;
}

/* NEGATIVE */

.buttons2 a.negative, button.negative{
    color:#d12f19;
}
.buttons2 a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
    text-align: center;
    border-color: #e9e9e9 #e9e9e9 #666 #999;
    border-style: solid;
    border-width: 3px 3px 3px;
}
.buttons2 a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
    text-align: center;
    border-color: #e9e9e9 #e9e9e9 #666 #999;
    border-style: solid;
    border-width: 3px 3px 3px;
}

/* REGULAR */

button.regular, .buttons2 a.regular{
    color:#336699;
    
}
.buttons2 a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
    text-align: center;
    border-color: #e9e9e9 #e9e9e9 #666 #999;
    border-style: solid;
    border-width: 3px 3px 3px;
}
.buttons2 a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}