.buttons a, .buttons button{
    display:block;
    margin: 0 7px 3px 0;    
    background: #F7F7F7 url(Images/rcbMoreResultsBg.gif) repeat-x bottom;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    
    font-size:80%;
    line-height:130%;
    text-decoration:none;
    
    font-size: 12px;
    font-family: Calibri, Arial, Sans-Serif;
    color:#565656;
    cursor:pointer;    
    padding: 5px 10px 6px 7px; /* Links */
    min-width: 100px;        
}
.buttons button
{	
    width: auto;
    overflow:visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html 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 */

button:hover, .buttons a:hover{
    background: #F7F7FF;
    background-image: none;
    border:1px solid #286992; /* a4b5bc; /* #c6D7DE; /*#106194;*/
    color: #106194;
    text-decoration: none !important;    
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #529214;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color: #fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color: #FF2222; /*#d12f19;*/
}
.buttons a.negative:hover, button.negative:hover{
    background: #FFF3C5; /* #fbe3e4;*/
    border:1px solid #FF8888; /*#FF6600;*/
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
