/*bottoni*/
.button{cursor:pointer;line-height:26px;padding:0 16px;color:#fff;text-decoration:none;text-shadow:0px -1px 0px rgba(000,000,000,0.4),0px 1px 0px rgba(255,255,255,0.2)} 
.red{text-transform:uppercase;background:#d02741 url(../img/grafica/button_red_bg.gif) left bottom repeat-x;border:1px solid #71001c}
.red_small{text-transform:none}
.green{text-transform:uppercase;background: #00882B url(../img/grafica/button_green_bg.gif) left bottom repeat-x;border:1px solid #092d14}
.blue{background:#217abc url(../img/grafica/button_blue_bg.gif) left bottom repeat-x;border:1px solid #164466}
.button:hover,
.gray,
.disabled{background:#a7a7a7 url(../img/grafica/button_gray_bg.gif) left bottom repeat-x;color:#fff;border:1px solid #3b4134}
.disabled{cursor:default}