/* Buttons */
a.dis_btn{
background: #EB6;
border:#AC7120 solid 1px;
padding: 3px 5px;
color: #000;
font-weight: bold;
text-decoration: none;

-moz-border-radius: 9px 3px 9px 3px;
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 9px;
-webkit-border-bottom-right-radius: 9px;	

display:block;
width:180px;
line-height:120%;
text-align:center;
}

a.dis_btn:hover{
background: #AC7120;
border:#AC7120 solid 1px;
color: #FFF;

}
