.btn {
    color: #fff;
    background-color: #f69448;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    /*line-height: 42px;
    height: 42px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-width: 0;
    border-style: solid;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.main_content a {
    color: #5096b7;
    text-decoration: none;
}
.btn.green, input[type="submit"].btn.green, .search-submit {
    padding: .2em .8em .1em;
    border-color: #89bb73 #416531 #203118;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.3);
    background: #517e3d;
    background-image: -moz-linear-gradient(top,#62984a,#416531);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#62984a),to(#416531));
    background-image: -webkit-linear-gradient(top,#62984a,#416531);
    background-image: -o-linear-gradient(top,#62984a,#416531);
    background-image: linear-gradient(top,#62984a,#416531);
    filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr={0},endColorstr={1})",#62984a,#416531);
    -ms-filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr={0},endColorstr={1})",#62984a,#416531);
    background-image: -ms-linear-gradient(top,#62984a,#416531);
    background-repeat: repeat-x;
}
.main_content a.btn.green {
    color: #fff;
}
.btn.green:hover, input[type="submit"].btn.green:hover, .main_content a.btn.green:hover, .search-submit:hover { color:#fff; background-color: #f47d21; background-image: -webkit-gradient(linear,left top,left bottom,from(#80C561),to(#416531)); background-image:-moz-linear-gradient(top,#80C561,#416531);background-image:-webkit-linear-gradient(top,#80C561,#416531);background-image:-o-linear-gradient(top,#80C561,#416531);background-image:linear-gradient(top,#80C561,#416531);}
.btn:hover { text-decoration: none !important; }