/* button
---------------------------------------------- */
/*.interface_button {*/

    /*display: inline-block;*/
    /*zoom: 1; *//* zoom and *display = ie7 hack for display:inline-block */
    /**display: inline;*/
    /*vertical-align: baseline;*/
    /*margin: 0 2px;*/
    /*outline: none;*/
    /*cursor: pointer;*/
    /*text-align: center;*/
    /*text-decoration: none;*/
    /*padding: .5em 2em .55em;*/
    /*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
    /*border-radius: 5px;*/
    /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
    /*-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
    /*box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
    /*position: relative;*/
    /*clear: both;*/
    /*display: block;*/
    /*max-width: 240px;*/
    /*font-size: 18px;*/
    /*font-weight:300;*/
    /*border: 0;*/
    /*line-height: 40px;*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

/*.interface_button,*/
/*.interface_button:link{*/
    /*color: #fbfbfb !important;*/
    /*text-decoration: none;*/
    /*display: block;*/

/*}*/

/*.interface_button div {*/
    /*padding-top: 1px;*/
/*}*/
/*.interface_button:hover {*/
    /*text-decoration: none;*/
/*}*/
/*.interface_button:active {*/
    /*position: relative;*/
    /*top: 1px;*/
/*}*/

/* green */
/*.interface_button_green {*/
    /*color: #5D8C5D;*/
    /*border: solid 1px #e6e6e6;*/
    /*background: #538018;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#59a838), to(#4e9330));*/
    /*background: -moz-linear-gradient(top,  #59a838,  #4e9330);*/
    /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#59a838', endColorstr='#4e9330');*/

/*}*/
/*.interface_button_green:hover {*/
    /*color:#E47129;*/
    /*background: #64991e;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#58a637), to(#45812b));*/
    /*background: -moz-linear-gradient(top,  #58a637,  #45812b);*/
    /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#58a637', endColorstr='#45812b');*/
/*}*/
/*.interface_button_green:active {*/
    /*color: #a9c08c;*/
/*}*/


/* green */
.interface_button_green {

    /*display: inline-block;*/
    /*float: left;*/
    display: block;
    width: 240px;
    height: 30px;
    font-size: 18px;
    font-weight:300;
    color: #FFF;
    background: #6FA844 none repeat scroll 0% 0%;
    border-radius: 3px;
    cursor: pointer;
    padding-top:7px;
    padding-bottom:1px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    text-decoration: none !important;


}
.interface_button_green_small_font {
    font-size: 17px;
}
.interface_button_green:hover {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: #5D8C5D none repeat scroll 0% 0%;
    text-decoration: none !important;
}
.interface_button_green:active {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    padding-top: 8px;
    height: 29px;
    text-decoration: none !important;
}
