﻿
/* Buttons */
 

    .btn_orange {
       
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        height: 33px;
        background: #da6e18;
        line-height: 33px;
        padding: 0px 30px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        float: left;
        text-decoration: none;

         
     }
      