.btn {
    height: 51px;
    display: block;
    border: solid 1px #977938;
    background: url(/img/seller/bgmenu_.gif) repeat-x;
    padding-top: 1px;
    text-align: center;
    font-size: 18px;
    color: white;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    text-decoration: none;
    line-height: 45px;	
    text-transform: uppercase;
}

.btn-green {
    height: 51px;
    display: block;
    border: solid 1px #327b31;
    background: #2AD368;
    padding-top: 1px;
    text-align: center;
    font-size: 18px;
    color: white;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    text-decoration: none;
    line-height: 45px;	
    text-transform: uppercase;
}


.btn_min {
    height: 30px;
    display: block;
    border: solid 1px #977938;
    background: url(/img/seller/bgmenu_.gif) repeat-x;
    padding-top: 1px;
    text-align: center;
    font-size: 13px;
    color: white;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    text-decoration: none;
    line-height: 30px;	
    display: inline;
    padding: 5px;
    text-transform: uppercase;
}

