button.bg-green-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc), color-stop(1, #61503D));
	background:-moz-linear-gradient(top, #ccc 5%, #61503D 100%);
	background:-webkit-linear-gradient(top, #ccc 5%, #61503D 100%);
	background:-o-linear-gradient(top, #ccc 5%, #61503D 100%);
	background:-ms-linear-gradient(top, #ccc 5%, #61503D 100%);
	background:linear-gradient(to bottom, #ccc 5%, #61503D 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#61503D',GradientType=0);
	background-color:#ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #999;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e1e1;
	text-transform: none;
    letter-spacing: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-bottom:10px;
        margin-right:10px;
}
button.bg-green-button:hover, button.bg-green-button:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #61503D), color-stop(1, #ccc));
	background:-moz-linear-gradient(top, #61503D 5%, #ccc 100%);
	background:-webkit-linear-gradient(top, #61503D 5%, #ccc 100%);
	background:-o-linear-gradient(top, #61503D 5%, #ccc 100%);
	background:-ms-linear-gradient(top, #61503D 5%, #ccc 100%);
	background:linear-gradient(to bottom, #61503D 5%, #ccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#61503D', endColorstr='#ccc',GradientType=0);
	background-color:#61503D;
	outline: none;
}

.ramka {
    border:1px solid #000;
}
